Html Css Color HEX #CC6760 Indian Red

📋 copy color: '#CC6760'

red 204 ◦ green 103 ◦ blue 96

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

Shades of Indian Red #CC6760

Tints of Indian Red #CC6760

RGB

 RED value IS 204 (80.08% from 255) = 50.62%

 GREEN value IS 103 (40.63% from 255) = 25.56%

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

R = 50.62%
G = 25.56%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6760 (or 0xCC6760) is known color: Indian Red. HEX triplet: CC, 67 and 60. RGB value is (204,103,96). Sum of RGB (Red+Green+Blue) = 204+103+96=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6760 is #33989F. Grayscale: #848484. Windows color (decimal): -3381408 or 6318028. OLE color: 6318028.

HSL color Cylindrical-coordinate representation of color #CC6760: hue angle of 3.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6760 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 96 -
CMYK 0 0.50 0.53 0.2
HSL 3.89º 0.51% 0.59% -
HSV(B) 3.89º 0.53% 0.8% -
XYZ 31.86 23.38 13.9 -
YUV 132.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 204 103 96 0 0.50 0.53 0.2 3.89 0.51 0.59
Hex CC 67 60 0 32 35 14 4 33 3B
Octal 314 147 140 0 62 65 24 4 63 73
Binary 11001100 1100111 1100000 0 110010 110101 10100 100 110011 111011

Color Harmonies of #CC6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6760

Black with #CC6760

Text Example


Text Example

White with #CC6760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6760; }

 p { color: rgb(204,103,96); }

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

background-color css

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

 a { background-color: rgb(204,103,96); }

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

border-color css

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

 span { border-color: rgb(204,103,96); }

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