Html Css Color HEX #CF6362 Indian Red

📋 copy color: '#CF6362'

red 207 ◦ green 99 ◦ blue 98

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

Shades of Indian Red #CF6362

Tints of Indian Red #CF6362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 51.24%
G = 24.5%
B = 24.26%

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

#CF6362 (or 0xCF6362) is known color: Indian Red. HEX triplet: CF, 63 and 62. RGB value is (207,99,98). Sum of RGB (Red+Green+Blue) = 207+99+98=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6362 is #309C9D. Grayscale: #838383. Windows color (decimal): -3185822 or 6448079. OLE color: 6448079.

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

Color convert

RGB 207 99 98 -
CMYK 0 0.52 0.53 0.19
HSL 0.55º 0.53% 0.6% -
HSV(B) 0.55º 0.53% 0.81% -
XYZ 32.4 23.07 14.3 -
YUV 131.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 207 99 98 0 0.52 0.53 0.19 0.55 0.53 0.6
Hex CF 63 62 0 34 35 13 1 35 3C
Octal 317 143 142 0 64 65 23 1 65 74
Binary 11001111 1100011 1100010 0 110100 110101 10011 1 110101 111100

Color Harmonies of #CF6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6362

Black with #CF6362

Text Example


Text Example

White with #CF6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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