Html Css Color HEX #CF605B Indian Red

📋 copy color: '#CF605B'

red 207 ◦ green 96 ◦ blue 91

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

Shades of Indian Red #CF605B

Tints of Indian Red #CF605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 52.54%
G = 24.37%
B = 23.1%

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

#CF605B (or 0xCF605B) is known color: Indian Red. HEX triplet: CF, 60 and 5B. RGB value is (207,96,91). Sum of RGB (Red+Green+Blue) = 207+96+91=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF605B is #309FA4. Grayscale: #808080. Windows color (decimal): -3186597 or 5988559. OLE color: 5988559.

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

Color convert

RGB 207 96 91 -
CMYK 0 0.54 0.56 0.19
HSL 2.59º 0.55% 0.58% -
HSV(B) 2.59º 0.56% 0.81% -
XYZ 31.8 22.39 12.54 -
YUV 128.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 207 96 91 0 0.54 0.56 0.19 2.59 0.55 0.58
Hex CF 60 5B 0 36 38 13 3 37 3A
Octal 317 140 133 0 66 70 23 3 67 72
Binary 11001111 1100000 1011011 0 110110 111000 10011 11 110111 111010

Color Harmonies of #CF605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF605B

Black with #CF605B

Text Example


Text Example

White with #CF605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF605B; }

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

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

background-color css

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

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

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

border-color css

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

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

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