Html Css Color HEX #CF6562 Indian Red

📋 copy color: '#CF6562'

red 207 ◦ green 101 ◦ blue 98

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

Shades of Indian Red #CF6562

Tints of Indian Red #CF6562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.14%

R = 50.99%
G = 24.88%
B = 24.14%

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

#CF6562 (or 0xCF6562) is known color: Indian Red. HEX triplet: CF, 65 and 62. RGB value is (207,101,98). Sum of RGB (Red+Green+Blue) = 207+101+98=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6562 is #309A9D. Grayscale: #848484. Windows color (decimal): -3185310 or 6448591. OLE color: 6448591.

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

Color convert

RGB 207 101 98 -
CMYK 0 0.51 0.53 0.19
HSL 1.65º 0.53% 0.6% -
HSV(B) 1.65º 0.53% 0.81% -
XYZ 32.59 23.45 14.36 -
YUV 132.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 207 101 98 0 0.51 0.53 0.19 1.65 0.53 0.6
Hex CF 65 62 0 33 35 13 2 35 3C
Octal 317 145 142 0 63 65 23 2 65 74
Binary 11001111 1100101 1100010 0 110011 110101 10011 10 110101 111100

Color Harmonies of #CF6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6562

Black with #CF6562

Text Example


Text Example

White with #CF6562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6562; }

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

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

background-color css

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

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

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

border-color css

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

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

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