Html Css Color HEX #CC6761 Indian Red

📋 copy color: '#CC6761'

red 204 ◦ green 103 ◦ blue 97

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

Shades of Indian Red #CC6761

Tints of Indian Red #CC6761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 50.5%
G = 25.5%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC6761 (or 0xCC6761) is known color: Indian Red. HEX triplet: CC, 67 and 61. RGB value is (204,103,97). Sum of RGB (Red+Green+Blue) = 204+103+97=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6761 is #33989E. Grayscale: #848484. Windows color (decimal): -3381407 or 6383564. OLE color: 6383564.

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

Color convert

RGB 204 103 97 -
CMYK 0 0.50 0.52 0.2
HSL 3.36º 0.51% 0.59% -
HSV(B) 3.36º 0.52% 0.8% -
XYZ 31.91 23.4 14.14 -
YUV 132.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 204 103 97 0 0.50 0.52 0.2 3.36 0.51 0.59
Hex CC 67 61 0 32 34 14 3 33 3B
Octal 314 147 141 0 62 64 24 3 63 73
Binary 11001100 1100111 1100001 0 110010 110100 10100 11 110011 111011

Color Harmonies of #CC6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6761

Black with #CC6761

Text Example


Text Example

White with #CC6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6761; }

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

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

background-color css

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

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

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

border-color css

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

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

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