Html Css Color HEX #CF605C Indian Red

📋 copy color: '#CF605C'

red 207 ◦ green 96 ◦ blue 92

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

Shades of Indian Red #CF605C

Tints of Indian Red #CF605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.29%

R = 52.41%
G = 24.3%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF605C (or 0xCF605C) is known color: Indian Red. HEX triplet: CF, 60 and 5C. RGB value is (207,96,92). Sum of RGB (Red+Green+Blue) = 207+96+92=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF605C is #309FA3. Grayscale: #808080. Windows color (decimal): -3186596 or 6054095. OLE color: 6054095.

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

Color convert

RGB 207 96 92 -
CMYK 0 0.54 0.56 0.19
HSL 2.09º 0.55% 0.59% -
HSV(B) 2.09º 0.56% 0.81% -
XYZ 31.85 22.4 12.77 -
YUV 128.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 207 96 92 0 0.54 0.56 0.19 2.09 0.55 0.59
Hex CF 60 5C 0 36 38 13 2 37 3B
Octal 317 140 134 0 66 70 23 2 67 73
Binary 11001111 1100000 1011100 0 110110 111000 10011 10 110111 111011

Color Harmonies of #CF605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF605C

Black with #CF605C

Text Example


Text Example

White with #CF605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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