Html Css Color HEX #C0B196 Akaroa

📋 copy color: '#C0B196'

red 192 ◦ green 177 ◦ blue 150

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

Shades of Akaroa #C0B196

Tints of Akaroa #C0B196

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.1%

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 36.99%
G = 34.1%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0B196 (or 0xC0B196) is known color: Akaroa. HEX triplet: C0, B1 and 96. RGB value is (192,177,150). Sum of RGB (Red+Green+Blue) = 192+177+150=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B196 is #3F4E69. Grayscale: #B2B2B2. Windows color (decimal): -4148842 or 9875904. OLE color: 9875904.

HSL color Cylindrical-coordinate representation of color #C0B196: hue angle of 38.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B196 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 177 150 -
CMYK 0 0.08 0.22 0.25
HSL 38.57º 0.25% 0.67% -
HSV(B) 38.57º 0.22% 0.75% -
XYZ 42.97 44.85 35.25 -
YUV 178.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 192 177 150 0 0.08 0.22 0.25 38.57 0.25 0.67
Hex C0 B1 96 0 8 16 19 27 19 43
Octal 300 261 226 0 10 26 31 47 31 103
Binary 11000000 10110001 10010110 0 1000 10110 11001 100111 11001 1000011

Color Harmonies of #C0B196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B196

Black with #C0B196

Text Example


Text Example

White with #C0B196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B196; }

 p { color: rgb(192,177,150); }

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

background-color css

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

 a { background-color: rgb(192,177,150); }

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

border-color css

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

 span { border-color: rgb(192,177,150); }

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