Html Css Color HEX #CF5E5C Indian Red

📋 copy color: '#CF5E5C'

red 207 ◦ green 94 ◦ blue 92

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

Shades of Indian Red #CF5E5C

Tints of Indian Red #CF5E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

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

R = 52.67%
G = 23.92%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF5E5C (or 0xCF5E5C) is known color: Indian Red. HEX triplet: CF, 5E and 5C. RGB value is (207,94,92). Sum of RGB (Red+Green+Blue) = 207+94+92=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E5C is #30A1A3. Grayscale: #7F7F7F. Windows color (decimal): -3187108 or 6053583. OLE color: 6053583.

HSL color Cylindrical-coordinate representation of color #CF5E5C: hue angle of 1.04º 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 #CF5E5C is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 92 -
CMYK 0 0.55 0.56 0.19
HSL 1.04º 0.55% 0.59% -
HSV(B) 1.04º 0.56% 0.81% -
XYZ 31.67 22.04 12.71 -
YUV 127.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 207 94 92 0 0.55 0.56 0.19 1.04 0.55 0.59
Hex CF 5E 5C 0 37 38 13 1 37 3B
Octal 317 136 134 0 67 70 23 1 67 73
Binary 11001111 1011110 1011100 0 110111 111000 10011 1 110111 111011

Color Harmonies of #CF5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E5C

Black with #CF5E5C

Text Example


Text Example

White with #CF5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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