Html Css Color HEX #CF605E Indian Red

📋 copy color: '#CF605E'

red 207 ◦ green 96 ◦ blue 94

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

Shades of Indian Red #CF605E

Tints of Indian Red #CF605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 52.14%
G = 24.18%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF605E (or 0xCF605E) is known color: Indian Red. HEX triplet: CF, 60 and 5E. RGB value is (207,96,94). Sum of RGB (Red+Green+Blue) = 207+96+94=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF605E is #309FA1. Grayscale: #818181. Windows color (decimal): -3186594 or 6185167. OLE color: 6185167.

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

Color convert

RGB 207 96 94 -
CMYK 0 0.54 0.55 0.19
HSL 1.06º 0.54% 0.59% -
HSV(B) 1.06º 0.55% 0.81% -
XYZ 31.94 22.44 13.24 -
YUV 128.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 207 96 94 0 0.54 0.55 0.19 1.06 0.54 0.59
Hex CF 60 5E 0 36 37 13 1 36 3B
Octal 317 140 136 0 66 67 23 1 66 73
Binary 11001111 1100000 1011110 0 110110 110111 10011 1 110110 111011

Color Harmonies of #CF605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF605E

Black with #CF605E

Text Example


Text Example

White with #CF605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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