Html Css Color HEX #C07B68 Contessa

📋 copy color: '#C07B68'

red 192 ◦ green 123 ◦ blue 104

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

Shades of Contessa #C07B68

Tints of Contessa #C07B68

RGB

 RED value IS 192 (75.39% from 255) = 45.82%

 GREEN value IS 123 (48.44% from 255) = 29.36%

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

R = 45.82%
G = 29.36%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C07B68 (or 0xC07B68) is known color: Contessa. HEX triplet: C0, 7B and 68. RGB value is (192,123,104). Sum of RGB (Red+Green+Blue) = 192+123+104=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B68 is #3F8497. Grayscale: #8D8D8D. Windows color (decimal): -4162712 or 6847424. OLE color: 6847424.

HSL color Cylindrical-coordinate representation of color #C07B68: hue angle of 12.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07B68 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 104 -
CMYK 0 0.36 0.46 0.25
HSL 12.95º 0.41% 0.58% -
HSV(B) 12.95º 0.46% 0.75% -
XYZ 31.32 26.37 16.54 -
YUV 141.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 192 123 104 0 0.36 0.46 0.25 12.95 0.41 0.58
Hex C0 7B 68 0 24 2E 19 D 29 3A
Octal 300 173 150 0 44 56 31 15 51 72
Binary 11000000 1111011 1101000 0 100100 101110 11001 1101 101001 111010

Color Harmonies of #C07B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B68

Black with #C07B68

Text Example


Text Example

White with #C07B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B68; }

 p { color: rgb(192,123,104); }

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

background-color css

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

 a { background-color: rgb(192,123,104); }

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

border-color css

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

 span { border-color: rgb(192,123,104); }

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