Html Css Color HEX #CF6059 Indian Red

📋 copy color: '#CF6059'

red 207 ◦ green 96 ◦ blue 89

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

Shades of Indian Red #CF6059

Tints of Indian Red #CF6059

RGB

 RED value IS 207 (81.25% from 255) = 52.81%

 GREEN value IS 96 (37.89% from 255) = 24.49%

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 52.81%
G = 24.49%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF6059 (or 0xCF6059) is known color: Indian Red. HEX triplet: CF, 60 and 59. RGB value is (207,96,89). Sum of RGB (Red+Green+Blue) = 207+96+89=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6059 is #309FA6. Grayscale: #808080. Windows color (decimal): -3186599 or 5857487. OLE color: 5857487.

HSL color Cylindrical-coordinate representation of color #CF6059: hue angle of 3.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6059 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 89 -
CMYK 0 0.54 0.57 0.19
HSL 3.56º 0.55% 0.58% -
HSV(B) 3.56º 0.57% 0.81% -
XYZ 31.72 22.35 12.09 -
YUV 128.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 207 96 89 0 0.54 0.57 0.19 3.56 0.55 0.58
Hex CF 60 59 0 36 39 13 4 37 3A
Octal 317 140 131 0 66 71 23 4 67 72
Binary 11001111 1100000 1011001 0 110110 111001 10011 100 110111 111010

Color Harmonies of #CF6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6059

Black with #CF6059

Text Example


Text Example

White with #CF6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6059; }

 p { color: rgb(207,96,89); }

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

background-color css

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

 a { background-color: rgb(207,96,89); }

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

border-color css

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

 span { border-color: rgb(207,96,89); }

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