Html Css Color HEX #CC6763 Indian Red

📋 copy color: '#CC6763'

red 204 ◦ green 103 ◦ blue 99

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

Shades of Indian Red #CC6763

Tints of Indian Red #CC6763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 50.25%
G = 25.37%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC6763 (or 0xCC6763) is known color: Indian Red. HEX triplet: CC, 67 and 63. RGB value is (204,103,99). Sum of RGB (Red+Green+Blue) = 204+103+99=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6763 is #33989C. Grayscale: #848484. Windows color (decimal): -3381405 or 6514636. OLE color: 6514636.

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

Color convert

RGB 204 103 99 -
CMYK 0 0.50 0.51 0.2
HSL 2.29º 0.51% 0.59% -
HSV(B) 2.29º 0.51% 0.8% -
XYZ 32 23.44 14.64 -
YUV 132.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 204 103 99 0 0.50 0.51 0.2 2.29 0.51 0.59
Hex CC 67 63 0 32 33 14 2 33 3B
Octal 314 147 143 0 62 63 24 2 63 73
Binary 11001100 1100111 1100011 0 110010 110011 10100 10 110011 111011

Color Harmonies of #CC6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6763

Black with #CC6763

Text Example


Text Example

White with #CC6763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6763; }

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

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

background-color css

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

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

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

border-color css

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

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

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