Html Css Color HEX #CF5655 Indian Red

📋 copy color: '#CF5655'

red 207 ◦ green 86 ◦ blue 85

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

Shades of Indian Red #CF5655

Tints of Indian Red #CF5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 54.76%
G = 22.75%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF5655 (or 0xCF5655) is known color: Indian Red. HEX triplet: CF, 56 and 55. RGB value is (207,86,85). Sum of RGB (Red+Green+Blue) = 207+86+85=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5655 is #30A9AA. Grayscale: #7A7A7A. Windows color (decimal): -3189163 or 5592783. OLE color: 5592783.

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

Color convert

RGB 207 86 85 -
CMYK 0 0.58 0.59 0.19
HSL 0.49º 0.56% 0.57% -
HSV(B) 0.49º 0.59% 0.81% -
XYZ 30.7 20.58 10.95 -
YUV 122.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 207 86 85 0 0.58 0.59 0.19 0.49 0.56 0.57
Hex CF 56 55 0 3A 3B 13 0 38 39
Octal 317 126 125 0 72 73 23 0 70 71
Binary 11001111 1010110 1010101 0 111010 111011 10011 0 111000 111001

Color Harmonies of #CF5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5655

Black with #CF5655

Text Example


Text Example

White with #CF5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5655; }

 p { color: rgb(207,86,85); }

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

background-color css

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

 a { background-color: rgb(207,86,85); }

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

border-color css

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

 span { border-color: rgb(207,86,85); }

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