Html Css Color HEX #C0B696 Akaroa

📋 copy color: '#C0B696'

red 192 ◦ green 182 ◦ blue 150

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

Shades of Akaroa #C0B696

Tints of Akaroa #C0B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

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

R = 36.64%
G = 34.73%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0B696 (or 0xC0B696) is known color: Akaroa. HEX triplet: C0, B6 and 96. RGB value is (192,182,150). Sum of RGB (Red+Green+Blue) = 192+182+150=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B696 is #3F4969. Grayscale: #B5B5B5. Windows color (decimal): -4147562 or 9877184. OLE color: 9877184.

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

Color convert

RGB 192 182 150 -
CMYK 0 0.05 0.22 0.25
HSL 45.71º 0.25% 0.67% -
HSV(B) 45.71º 0.22% 0.75% -
XYZ 43.97 46.86 35.58 -
YUV 181.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 192 182 150 0 0.05 0.22 0.25 45.71 0.25 0.67
Hex C0 B6 96 0 5 16 19 2E 19 43
Octal 300 266 226 0 5 26 31 56 31 103
Binary 11000000 10110110 10010110 0 101 10110 11001 101110 11001 1000011

Color Harmonies of #C0B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B696

Black with #C0B696

Text Example


Text Example

White with #C0B696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B696; }

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

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

background-color css

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

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

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

border-color css

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

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

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