Html Css Color HEX #C0B499 Akaroa

📋 copy color: '#C0B499'

red 192 ◦ green 180 ◦ blue 153

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

Shades of Akaroa #C0B499

Tints of Akaroa #C0B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

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

R = 36.57%
G = 34.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0B499 (or 0xC0B499) is known color: Akaroa. HEX triplet: C0, B4 and 99. RGB value is (192,180,153). Sum of RGB (Red+Green+Blue) = 192+180+153=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B499 is #3F4B66. Grayscale: #B4B4B4. Windows color (decimal): -4148071 or 10073280. OLE color: 10073280.

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

Color convert

RGB 192 180 153 -
CMYK 0 0.06 0.20 0.25
HSL 41.54º 0.24% 0.68% -
HSV(B) 41.54º 0.2% 0.75% -
XYZ 43.81 46.15 36.74 -
YUV 180.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 192 180 153 0 0.06 0.20 0.25 41.54 0.24 0.68
Hex C0 B4 99 0 6 14 19 2A 18 44
Octal 300 264 231 0 6 24 31 52 30 104
Binary 11000000 10110100 10011001 0 110 10100 11001 101010 11000 1000100

Color Harmonies of #C0B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B499

Black with #C0B499

Text Example


Text Example

White with #C0B499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B499; }

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

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

background-color css

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

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

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

border-color css

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

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

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