Html Css Color HEX #C86A68 Contessa

📋 copy color: '#C86A68'

red 200 ◦ green 106 ◦ blue 104

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

Shades of Contessa #C86A68

Tints of Contessa #C86A68

RGB

 RED value IS 200 (78.52% from 255) = 48.78%

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 48.78%
G = 25.85%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C86A68 (or 0xC86A68) is known color: Contessa. HEX triplet: C8, 6A and 68. RGB value is (200,106,104). Sum of RGB (Red+Green+Blue) = 200+106+104=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A68 is #379597. Grayscale: #858585. Windows color (decimal): -3642776 or 6843080. OLE color: 6843080.

HSL color Cylindrical-coordinate representation of color #C86A68: hue angle of 1.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86A68 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 104 -
CMYK 0 0.47 0.48 0.22
HSL 1.25º 0.47% 0.6% -
HSV(B) 1.25º 0.48% 0.78% -
XYZ 31.47 23.59 15.99 -
YUV 133.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 200 106 104 0 0.47 0.48 0.22 1.25 0.47 0.6
Hex C8 6A 68 0 2F 30 16 1 2F 3C
Octal 310 152 150 0 57 60 26 1 57 74
Binary 11001000 1101010 1101000 0 101111 110000 10110 1 101111 111100

Color Harmonies of #C86A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A68

Black with #C86A68

Text Example


Text Example

White with #C86A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A68; }

 p { color: rgb(200,106,104); }

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

background-color css

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

 a { background-color: rgb(200,106,104); }

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

border-color css

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

 span { border-color: rgb(200,106,104); }

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