Html Css Color HEX #CF6561 Indian Red

📋 copy color: '#CF6561'

red 207 ◦ green 101 ◦ blue 97

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

Shades of Indian Red #CF6561

Tints of Indian Red #CF6561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

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

R = 51.11%
G = 24.94%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF6561 (or 0xCF6561) is known color: Indian Red. HEX triplet: CF, 65 and 61. RGB value is (207,101,97). Sum of RGB (Red+Green+Blue) = 207+101+97=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6561 is #309A9E. Grayscale: #848484. Windows color (decimal): -3185311 or 6383055. OLE color: 6383055.

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

Color convert

RGB 207 101 97 -
CMYK 0 0.51 0.53 0.19
HSL 2.18º 0.53% 0.6% -
HSV(B) 2.18º 0.53% 0.81% -
XYZ 32.54 23.44 14.12 -
YUV 132.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 207 101 97 0 0.51 0.53 0.19 2.18 0.53 0.6
Hex CF 65 61 0 33 35 13 2 35 3C
Octal 317 145 141 0 63 65 23 2 65 74
Binary 11001111 1100101 1100001 0 110011 110101 10011 10 110101 111100

Color Harmonies of #CF6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6561

Black with #CF6561

Text Example


Text Example

White with #CF6561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6561; }

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

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

background-color css

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

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

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

border-color css

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

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

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