Html Css Color HEX #C0B096 Akaroa

📋 copy color: '#C0B096'

red 192 ◦ green 176 ◦ blue 150

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

Shades of Akaroa #C0B096

Tints of Akaroa #C0B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

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

R = 37.07%
G = 33.98%
B = 28.96%

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

#C0B096 (or 0xC0B096) is known color: Akaroa. HEX triplet: C0, B0 and 96. RGB value is (192,176,150). Sum of RGB (Red+Green+Blue) = 192+176+150=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B096 is #3F4F69. Grayscale: #B1B1B1. Windows color (decimal): -4149098 or 9875648. OLE color: 9875648.

HSL color Cylindrical-coordinate representation of color #C0B096: hue angle of 37.14º 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 #C0B096 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 150 -
CMYK 0 0.08 0.22 0.25
HSL 37.14º 0.25% 0.67% -
HSV(B) 37.14º 0.22% 0.75% -
XYZ 42.77 44.46 35.18 -
YUV 177.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 192 176 150 0 0.08 0.22 0.25 37.14 0.25 0.67
Hex C0 B0 96 0 8 16 19 25 19 43
Octal 300 260 226 0 10 26 31 45 31 103
Binary 11000000 10110000 10010110 0 1000 10110 11001 100101 11001 1000011

Color Harmonies of #C0B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B096

Black with #C0B096

Text Example


Text Example

White with #C0B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B096; }

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

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

background-color css

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

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

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

border-color css

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

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

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