Html Css Color HEX #CA707B Charm

📋 copy color: '#CA707B'

red 202 ◦ green 112 ◦ blue 123

#CA707B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CA707B

Tints of Charm #CA707B

RGB

 RED value IS 202 (79.3% from 255) = 46.22%

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 46.22%
G = 25.63%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA707B (or 0xCA707B) is known color: Charm. HEX triplet: CA, 70 and 7B. RGB value is (202,112,123). Sum of RGB (Red+Green+Blue) = 202+112+123=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA707B is #358F84. Grayscale: #8C8C8C. Windows color (decimal): -3510149 or 8089802. OLE color: 8089802.

HSL color Cylindrical-coordinate representation of color #CA707B: hue angle of 352.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA707B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 123 -
CMYK 0 0.45 0.39 0.21
HSL 352.67º 0.46% 0.62% -
HSV(B) 352.67º 0.45% 0.79% -
XYZ 33.73 25.57 21.9 -
YUV 140.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 202 112 123 0 0.45 0.39 0.21 352.67 0.46 0.62
Hex CA 70 7B 0 2D 27 15 161 2E 3E
Octal 312 160 173 0 55 47 25 541 56 76
Binary 11001010 1110000 1111011 0 101101 100111 10101 101100001 101110 111110

Color Harmonies of #CA707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA707B

Black with #CA707B

Text Example


Text Example

White with #CA707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA707B; }

 p { color: rgb(202,112,123); }

 H1.HeaderClassName
 {
   color: #CA707B;
 }
 .AnyTagClassName
 {
   color: #CA707B;
 }
</style>

background-color css

<style>
 a { background-color: #CA707B; }

 a { background-color: rgb(202,112,123); }

 div.DivClassName
 {
   background-color: #CA707B;
 }
 .BgClassName
 {
   background-color: #CA707B;
 }
</style>

border-color css

<style>
 span { border-color: #CA707B; }

 span { border-color: rgb(202,112,123); }

 td.TdClassName
 {
   border-color: #CA707B;
 }
 .TagClassName
 {
   border-color: #CA707B;
 }
</style>