Html Css Color HEX #CA6761 Indian Red

📋 copy color: '#CA6761'

red 202 ◦ green 103 ◦ blue 97

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

Shades of Indian Red #CA6761

Tints of Indian Red #CA6761

RGB

 RED value IS 202 (79.3% from 255) = 50.25%

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

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

R = 50.25%
G = 25.62%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA6761 (or 0xCA6761) is known color: Indian Red. HEX triplet: CA, 67 and 61. RGB value is (202,103,97). Sum of RGB (Red+Green+Blue) = 202+103+97=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6761 is #35989E. Grayscale: #848484. Windows color (decimal): -3512479 or 6383562. OLE color: 6383562.

HSL color Cylindrical-coordinate representation of color #CA6761: hue angle of 3.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6761 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 103 97 -
CMYK 0 0.49 0.52 0.21
HSL 3.43º 0.5% 0.59% -
HSV(B) 3.43º 0.52% 0.79% -
XYZ 31.37 23.12 14.12 -
YUV 131.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 202 103 97 0 0.49 0.52 0.21 3.43 0.5 0.59
Hex CA 67 61 0 31 34 15 3 32 3B
Octal 312 147 141 0 61 64 25 3 62 73
Binary 11001010 1100111 1100001 0 110001 110100 10101 11 110010 111011

Color Harmonies of #CA6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6761

Black with #CA6761

Text Example


Text Example

White with #CA6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6761; }

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

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

background-color css

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

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

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

border-color css

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

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

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