Html Css Color HEX #C07B71 Contessa

📋 copy color: '#C07B71'

red 192 ◦ green 123 ◦ blue 113

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

Shades of Contessa #C07B71

Tints of Contessa #C07B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 44.86%
G = 28.74%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07B71 (or 0xC07B71) is known color: Contessa. HEX triplet: C0, 7B and 71. RGB value is (192,123,113). Sum of RGB (Red+Green+Blue) = 192+123+113=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B71 is #3F848E. Grayscale: #8E8E8E. Windows color (decimal): -4162703 or 7437248. OLE color: 7437248.

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

Color convert

RGB 192 123 113 -
CMYK 0 0.36 0.41 0.25
HSL 7.59º 0.39% 0.6% -
HSV(B) 7.59º 0.41% 0.75% -
XYZ 31.8 26.56 19.07 -
YUV 142.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 192 123 113 0 0.36 0.41 0.25 7.59 0.39 0.6
Hex C0 7B 71 0 24 29 19 8 27 3C
Octal 300 173 161 0 44 51 31 10 47 74
Binary 11000000 1111011 1110001 0 100100 101001 11001 1000 100111 111100

Color Harmonies of #C07B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B71

Black with #C07B71

Text Example


Text Example

White with #C07B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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