Html Css Color HEX #C0B399 Akaroa

📋 copy color: '#C0B399'

red 192 ◦ green 179 ◦ blue 153

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

Shades of Akaroa #C0B399

Tints of Akaroa #C0B399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

 BLUE value IS 153 (60.16% from 255) = 29.2%

R = 36.64%
G = 34.16%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0B399 (or 0xC0B399) is known color: Akaroa. HEX triplet: C0, B3 and 99. RGB value is (192,179,153). Sum of RGB (Red+Green+Blue) = 192+179+153=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B399 is #3F4C66. Grayscale: #B4B4B4. Windows color (decimal): -4148327 or 10073024. OLE color: 10073024.

HSL color Cylindrical-coordinate representation of color #C0B399: hue angle of 40º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0B399 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 153 -
CMYK 0 0.07 0.20 0.25
HSL 40º 0.24% 0.68% -
HSV(B) 40º 0.2% 0.75% -
XYZ 43.61 45.75 36.67 -
YUV 179.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 192 179 153 0 0.07 0.20 0.25 40 0.24 0.68
Hex C0 B3 99 0 7 14 19 28 18 44
Octal 300 263 231 0 7 24 31 50 30 104
Binary 11000000 10110011 10011001 0 111 10100 11001 101000 11000 1000100

Color Harmonies of #C0B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B399

Black with #C0B399

Text Example


Text Example

White with #C0B399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B399; }

 p { color: rgb(192,179,153); }

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

background-color css

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

 a { background-color: rgb(192,179,153); }

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

border-color css

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

 span { border-color: rgb(192,179,153); }

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