Html Css Color HEX #C06B5F Contessa

📋 copy color: '#C06B5F'

red 192 ◦ green 107 ◦ blue 95

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

Shades of Contessa #C06B5F

Tints of Contessa #C06B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 48.73%
G = 27.16%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C06B5F (or 0xC06B5F) is known color: Contessa. HEX triplet: C0, 6B and 5F. RGB value is (192,107,95). Sum of RGB (Red+Green+Blue) = 192+107+95=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B5F is #3F94A0. Grayscale: #838383. Windows color (decimal): -4166817 or 6253504. OLE color: 6253504.

HSL color Cylindrical-coordinate representation of color #C06B5F: hue angle of 7.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06B5F is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 95 -
CMYK 0 0.44 0.51 0.25
HSL 7.42º 0.43% 0.56% -
HSV(B) 7.42º 0.51% 0.75% -
XYZ 29.06 22.55 13.65 -
YUV 131.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 192 107 95 0 0.44 0.51 0.25 7.42 0.43 0.56
Hex C0 6B 5F 0 2C 33 19 7 2B 38
Octal 300 153 137 0 54 63 31 7 53 70
Binary 11000000 1101011 1011111 0 101100 110011 11001 111 101011 111000

Color Harmonies of #C06B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B5F

Black with #C06B5F

Text Example


Text Example

White with #C06B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B5F; }

 p { color: rgb(192,107,95); }

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

background-color css

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

 a { background-color: rgb(192,107,95); }

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

border-color css

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

 span { border-color: rgb(192,107,95); }

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