Html Css Color HEX #CF6360 Indian Red

📋 copy color: '#CF6360'

red 207 ◦ green 99 ◦ blue 96

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

Shades of Indian Red #CF6360

Tints of Indian Red #CF6360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.88%

R = 51.49%
G = 24.63%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF6360 (or 0xCF6360) is known color: Indian Red. HEX triplet: CF, 63 and 60. RGB value is (207,99,96). Sum of RGB (Red+Green+Blue) = 207+99+96=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6360 is #309C9F. Grayscale: #838383. Windows color (decimal): -3185824 or 6317007. OLE color: 6317007.

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

Color convert

RGB 207 99 96 -
CMYK 0 0.52 0.54 0.19
HSL 1.62º 0.54% 0.59% -
HSV(B) 1.62º 0.54% 0.81% -
XYZ 32.31 23.03 13.81 -
YUV 130.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 207 99 96 0 0.52 0.54 0.19 1.62 0.54 0.59
Hex CF 63 60 0 34 36 13 2 36 3B
Octal 317 143 140 0 64 66 23 2 66 73
Binary 11001111 1100011 1100000 0 110100 110110 10011 10 110110 111011

Color Harmonies of #CF6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6360

Black with #CF6360

Text Example


Text Example

White with #CF6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6360; }

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

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

background-color css

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

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

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

border-color css

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

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

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