Html Css Color HEX #CF6461 Indian Red

📋 copy color: '#CF6461'

red 207 ◦ green 100 ◦ blue 97

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

Shades of Indian Red #CF6461

Tints of Indian Red #CF6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 51.24%
G = 24.75%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF6461 (or 0xCF6461) is known color: Indian Red. HEX triplet: CF, 64 and 61. RGB value is (207,100,97). Sum of RGB (Red+Green+Blue) = 207+100+97=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6461 is #309B9E. Grayscale: #838383. Windows color (decimal): -3185567 or 6382799. OLE color: 6382799.

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

Color convert

RGB 207 100 97 -
CMYK 0 0.52 0.53 0.19
HSL 1.64º 0.53% 0.6% -
HSV(B) 1.64º 0.53% 0.81% -
XYZ 32.45 23.24 14.09 -
YUV 131.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 207 100 97 0 0.52 0.53 0.19 1.64 0.53 0.6
Hex CF 64 61 0 34 35 13 2 35 3C
Octal 317 144 141 0 64 65 23 2 65 74
Binary 11001111 1100100 1100001 0 110100 110101 10011 10 110101 111100

Color Harmonies of #CF6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6461

Black with #CF6461

Text Example


Text Example

White with #CF6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6461; }

 p { color: rgb(207,100,97); }

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

background-color css

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

 a { background-color: rgb(207,100,97); }

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

border-color css

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

 span { border-color: rgb(207,100,97); }

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