Html Css Color HEX #CA6B72 Froly

📋 copy color: '#CA6B72'

red 202 ◦ green 107 ◦ blue 114

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

Shades of Froly #CA6B72

Tints of Froly #CA6B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 47.75%
G = 25.3%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA6B72 (or 0xCA6B72) is known color: Froly. HEX triplet: CA, 6B and 72. RGB value is (202,107,114). Sum of RGB (Red+Green+Blue) = 202+107+114=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B72 is #35948D. Grayscale: #888888. Windows color (decimal): -3511438 or 7498698. OLE color: 7498698.

HSL color Cylindrical-coordinate representation of color #CA6B72: hue angle of 355.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6B72 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 107 114 -
CMYK 0 0.47 0.44 0.21
HSL 355.58º 0.47% 0.61% -
HSV(B) 355.58º 0.47% 0.79% -
XYZ 32.65 24.29 18.89 -
YUV 136.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 202 107 114 0 0.47 0.44 0.21 355.58 0.47 0.61
Hex CA 6B 72 0 2F 2C 15 164 2F 3D
Octal 312 153 162 0 57 54 25 544 57 75
Binary 11001010 1101011 1110010 0 101111 101100 10101 101100100 101111 111101

Color Harmonies of #CA6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B72

Black with #CA6B72

Text Example


Text Example

White with #CA6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B72; }

 p { color: rgb(202,107,114); }

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

background-color css

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

 a { background-color: rgb(202,107,114); }

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

border-color css

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

 span { border-color: rgb(202,107,114); }

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