Html Css Color HEX #C66B5F Contessa

📋 copy color: '#C66B5F'

red 198 ◦ green 107 ◦ blue 95

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

Shades of Contessa #C66B5F

Tints of Contessa #C66B5F

RGB

 RED value IS 198 (77.73% from 255) = 49.5%

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

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

R = 49.5%
G = 26.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C66B5F (or 0xC66B5F) is known color: Contessa. HEX triplet: C6, 6B and 5F. RGB value is (198,107,95). Sum of RGB (Red+Green+Blue) = 198+107+95=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B5F is #3994A0. Grayscale: #848484. Windows color (decimal): -3773601 or 6253510. OLE color: 6253510.

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

Color convert

RGB 198 107 95 -
CMYK 0 0.46 0.52 0.22
HSL 6.99º 0.47% 0.57% -
HSV(B) 6.99º 0.52% 0.78% -
XYZ 30.61 23.35 13.72 -
YUV 132.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 198 107 95 0 0.46 0.52 0.22 6.99 0.47 0.57
Hex C6 6B 5F 0 2E 34 16 7 2F 39
Octal 306 153 137 0 56 64 26 7 57 71
Binary 11000110 1101011 1011111 0 101110 110100 10110 111 101111 111001

Color Harmonies of #C66B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66B5F

Black with #C66B5F

Text Example


Text Example

White with #C66B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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