Html Css Color HEX #CA6E74 Froly

📋 copy color: '#CA6E74'

red 202 ◦ green 110 ◦ blue 116

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

Shades of Froly #CA6E74

Tints of Froly #CA6E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.7%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 47.2%
G = 25.7%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA6E74 (or 0xCA6E74) is known color: Froly. HEX triplet: CA, 6E and 74. RGB value is (202,110,116). Sum of RGB (Red+Green+Blue) = 202+110+116=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E74 is #35918B. Grayscale: #8A8A8A. Windows color (decimal): -3510668 or 7630538. OLE color: 7630538.

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

Color convert

RGB 202 110 116 -
CMYK 0 0.46 0.43 0.21
HSL 356.09º 0.46% 0.61% -
HSV(B) 356.09º 0.46% 0.79% -
XYZ 33.09 24.97 19.6 -
YUV 138.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 202 110 116 0 0.46 0.43 0.21 356.09 0.46 0.61
Hex CA 6E 74 0 2E 2B 15 164 2E 3D
Octal 312 156 164 0 56 53 25 544 56 75
Binary 11001010 1101110 1110100 0 101110 101011 10101 101100100 101110 111101

Color Harmonies of #CA6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6E74

Black with #CA6E74

Text Example


Text Example

White with #CA6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6E74; }

 p { color: rgb(202,110,116); }

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

background-color css

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

 a { background-color: rgb(202,110,116); }

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

border-color css

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

 span { border-color: rgb(202,110,116); }

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