Html Css Color HEX #C67068 Contessa

📋 copy color: '#C67068'

red 198 ◦ green 112 ◦ blue 104

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

Shades of Contessa #C67068

Tints of Contessa #C67068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 47.83%
G = 27.05%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C67068 (or 0xC67068) is known color: Contessa. HEX triplet: C6, 70 and 68. RGB value is (198,112,104). Sum of RGB (Red+Green+Blue) = 198+112+104=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C67068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67068 is #398F97. Grayscale: #888888. Windows color (decimal): -3772312 or 6844614. OLE color: 6844614.

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

Color convert

RGB 198 112 104 -
CMYK 0 0.43 0.47 0.22
HSL 5.11º 0.45% 0.59% -
HSV(B) 5.11º 0.47% 0.78% -
XYZ 31.58 24.59 16.18 -
YUV 136.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 198 112 104 0 0.43 0.47 0.22 5.11 0.45 0.59
Hex C6 70 68 0 2B 2F 16 5 2D 3B
Octal 306 160 150 0 53 57 26 5 55 73
Binary 11000110 1110000 1101000 0 101011 101111 10110 101 101101 111011

Color Harmonies of #C67068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67068

Black with #C67068

Text Example


Text Example

White with #C67068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67068; }

 p { color: rgb(198,112,104); }

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

background-color css

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

 a { background-color: rgb(198,112,104); }

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

border-color css

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

 span { border-color: rgb(198,112,104); }

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