Html Css Color HEX #C07B74 Contessa

📋 copy color: '#C07B74'

red 192 ◦ green 123 ◦ blue 116

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

Shades of Contessa #C07B74

Tints of Contessa #C07B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 44.55%
G = 28.54%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C07B74 (or 0xC07B74) is known color: Contessa. HEX triplet: C0, 7B and 74. RGB value is (192,123,116). Sum of RGB (Red+Green+Blue) = 192+123+116=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B74 is #3F848B. Grayscale: #8E8E8E. Windows color (decimal): -4162700 or 7633856. OLE color: 7633856.

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

Color convert

RGB 192 123 116 -
CMYK 0 0.36 0.40 0.25
HSL 5.53º 0.38% 0.6% -
HSV(B) 5.53º 0.4% 0.75% -
XYZ 31.97 26.63 19.98 -
YUV 142.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 192 123 116 0 0.36 0.40 0.25 5.53 0.38 0.6
Hex C0 7B 74 0 24 28 19 6 26 3C
Octal 300 173 164 0 44 50 31 6 46 74
Binary 11000000 1111011 1110100 0 100100 101000 11001 110 100110 111100

Color Harmonies of #C07B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B74

Black with #C07B74

Text Example


Text Example

White with #C07B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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