Html Css Color HEX #CA6B73 Froly

📋 copy color: '#CA6B73'

red 202 ◦ green 107 ◦ blue 115

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

Shades of Froly #CA6B73

Tints of Froly #CA6B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 47.64%
G = 25.24%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA6B73 (or 0xCA6B73) is known color: Froly. HEX triplet: CA, 6B and 73. RGB value is (202,107,115). Sum of RGB (Red+Green+Blue) = 202+107+115=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B73 is #35948C. Grayscale: #888888. Windows color (decimal): -3511437 or 7564234. OLE color: 7564234.

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

Color convert

RGB 202 107 115 -
CMYK 0 0.47 0.43 0.21
HSL 354.95º 0.47% 0.61% -
HSV(B) 354.95º 0.47% 0.79% -
XYZ 32.71 24.31 19.19 -
YUV 136.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 202 107 115 0 0.47 0.43 0.21 354.95 0.47 0.61
Hex CA 6B 73 0 2F 2B 15 163 2F 3D
Octal 312 153 163 0 57 53 25 543 57 75
Binary 11001010 1101011 1110011 0 101111 101011 10101 101100011 101111 111101

Color Harmonies of #CA6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B73

Black with #CA6B73

Text Example


Text Example

White with #CA6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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