Html Css Color HEX #CC6765 Indian Red

📋 copy color: '#CC6765'

red 204 ◦ green 103 ◦ blue 101

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

Shades of Indian Red #CC6765

Tints of Indian Red #CC6765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 50%
G = 25.25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC6765 (or 0xCC6765) is known color: Indian Red. HEX triplet: CC, 67 and 65. RGB value is (204,103,101). Sum of RGB (Red+Green+Blue) = 204+103+101=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6765 is #33989A. Grayscale: #858585. Windows color (decimal): -3381403 or 6645708. OLE color: 6645708.

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

Color convert

RGB 204 103 101 -
CMYK 0 0.50 0.50 0.2
HSL 1.17º 0.5% 0.6% -
HSV(B) 1.17º 0.5% 0.8% -
XYZ 32.1 23.48 15.15 -
YUV 132.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 204 103 101 0 0.50 0.50 0.2 1.17 0.5 0.6
Hex CC 67 65 0 32 32 14 1 32 3C
Octal 314 147 145 0 62 62 24 1 62 74
Binary 11001100 1100111 1100101 0 110010 110010 10100 1 110010 111100

Color Harmonies of #CC6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6765

Black with #CC6765

Text Example


Text Example

White with #CC6765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6765; }

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

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

background-color css

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

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

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

border-color css

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

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

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