Html Css Color HEX #CF5856 Indian Red

📋 copy color: '#CF5856'

red 207 ◦ green 88 ◦ blue 86

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

Shades of Indian Red #CF5856

Tints of Indian Red #CF5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 54.33%
G = 23.1%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF5856 (or 0xCF5856) is known color: Indian Red. HEX triplet: CF, 58 and 56. RGB value is (207,88,86). Sum of RGB (Red+Green+Blue) = 207+88+86=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5856 is #30A7A9. Grayscale: #7B7B7B. Windows color (decimal): -3188650 or 5658831. OLE color: 5658831.

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

Color convert

RGB 207 88 86 -
CMYK 0 0.57 0.58 0.19
HSL 0.99º 0.56% 0.57% -
HSV(B) 0.99º 0.58% 0.81% -
XYZ 30.9 20.92 11.21 -
YUV 123.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 207 88 86 0 0.57 0.58 0.19 0.99 0.56 0.57
Hex CF 58 56 0 39 3A 13 1 38 39
Octal 317 130 126 0 71 72 23 1 70 71
Binary 11001111 1011000 1010110 0 111001 111010 10011 1 111000 111001

Color Harmonies of #CF5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5856

Black with #CF5856

Text Example


Text Example

White with #CF5856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5856; }

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

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

background-color css

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

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

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

border-color css

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

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

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