Html Css Color HEX #CA766C Contessa

📋 copy color: '#CA766C'

red 202 ◦ green 118 ◦ blue 108

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

Shades of Contessa #CA766C

Tints of Contessa #CA766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

 BLUE value IS 108 (42.58% from 255) = 25.23%

R = 47.2%
G = 27.57%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA766C (or 0xCA766C) is known color: Contessa. HEX triplet: CA, 76 and 6C. RGB value is (202,118,108). Sum of RGB (Red+Green+Blue) = 202+118+108=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA766C is #358993. Grayscale: #8E8E8E. Windows color (decimal): -3508628 or 7108298. OLE color: 7108298.

HSL color Cylindrical-coordinate representation of color #CA766C: hue angle of 6.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA766C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 108 -
CMYK 0 0.42 0.47 0.21
HSL 6.38º 0.47% 0.61% -
HSV(B) 6.38º 0.47% 0.79% -
XYZ 33.54 26.6 17.55 -
YUV 141.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 202 118 108 0 0.42 0.47 0.21 6.38 0.47 0.61
Hex CA 76 6C 0 2A 2F 15 6 2F 3D
Octal 312 166 154 0 52 57 25 6 57 75
Binary 11001010 1110110 1101100 0 101010 101111 10101 110 101111 111101

Color Harmonies of #CA766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA766C

Black with #CA766C

Text Example


Text Example

White with #CA766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA766C; }

 p { color: rgb(202,118,108); }

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

background-color css

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

 a { background-color: rgb(202,118,108); }

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

border-color css

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

 span { border-color: rgb(202,118,108); }

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