Html Css Color HEX #C4685F Contessa

📋 copy color: '#C4685F'

red 196 ◦ green 104 ◦ blue 95

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

Shades of Contessa #C4685F

Tints of Contessa #C4685F

RGB

 RED value IS 196 (76.95% from 255) = 49.62%

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 49.62%
G = 26.33%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4685F (or 0xC4685F) is known color: Contessa. HEX triplet: C4, 68 and 5F. RGB value is (196,104,95). Sum of RGB (Red+Green+Blue) = 196+104+95=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4685F is #3B97A0. Grayscale: #828282. Windows color (decimal): -3905441 or 6252740. OLE color: 6252740.

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

Color convert

RGB 196 104 95 -
CMYK 0 0.47 0.52 0.23
HSL 5.35º 0.46% 0.57% -
HSV(B) 5.35º 0.52% 0.77% -
XYZ 29.78 22.46 13.59 -
YUV 130.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 196 104 95 0 0.47 0.52 0.23 5.35 0.46 0.57
Hex C4 68 5F 0 2F 34 17 5 2E 39
Octal 304 150 137 0 57 64 27 5 56 71
Binary 11000100 1101000 1011111 0 101111 110100 10111 101 101110 111001

Color Harmonies of #C4685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4685F

Black with #C4685F

Text Example


Text Example

White with #C4685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4685F; }

 p { color: rgb(196,104,95); }

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

background-color css

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

 a { background-color: rgb(196,104,95); }

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

border-color css

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

 span { border-color: rgb(196,104,95); }

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