Html Css Color HEX #CA6C71 Froly

📋 copy color: '#CA6C71'

red 202 ◦ green 108 ◦ blue 113

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

Shades of Froly #CA6C71

Tints of Froly #CA6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 47.75%
G = 25.53%
B = 26.71%

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

#CA6C71 (or 0xCA6C71) is known color: Froly. HEX triplet: CA, 6C and 71. RGB value is (202,108,113). Sum of RGB (Red+Green+Blue) = 202+108+113=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C71 is #35938E. Grayscale: #888888. Windows color (decimal): -3511183 or 7433418. OLE color: 7433418.

HSL color Cylindrical-coordinate representation of color #CA6C71: hue angle of 356.81º 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 #CA6C71 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 113 -
CMYK 0 0.47 0.44 0.21
HSL 356.81º 0.47% 0.61% -
HSV(B) 356.81º 0.47% 0.79% -
XYZ 32.7 24.47 18.62 -
YUV 136.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 202 108 113 0 0.47 0.44 0.21 356.81 0.47 0.61
Hex CA 6C 71 0 2F 2C 15 165 2F 3D
Octal 312 154 161 0 57 54 25 545 57 75
Binary 11001010 1101100 1110001 0 101111 101100 10101 101100101 101111 111101

Color Harmonies of #CA6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6C71

Black with #CA6C71

Text Example


Text Example

White with #CA6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6C71; }

 p { color: rgb(202,108,113); }

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

background-color css

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

 a { background-color: rgb(202,108,113); }

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

border-color css

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

 span { border-color: rgb(202,108,113); }

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