Html Css Color HEX #C0B390 Akaroa

📋 copy color: '#C0B390'

red 192 ◦ green 179 ◦ blue 144

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

Shades of Akaroa #C0B390

Tints of Akaroa #C0B390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 37.28%
G = 34.76%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0B390 (or 0xC0B390) is known color: Akaroa. HEX triplet: C0, B3 and 90. RGB value is (192,179,144). Sum of RGB (Red+Green+Blue) = 192+179+144=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B390 is #3F4C6F. Grayscale: #B3B3B3. Windows color (decimal): -4148336 or 9483200. OLE color: 9483200.

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

Color convert

RGB 192 179 144 -
CMYK 0 0.07 0.25 0.25
HSL 43.75º 0.28% 0.66% -
HSV(B) 43.75º 0.25% 0.75% -
XYZ 42.89 45.46 32.9 -
YUV 178.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 192 179 144 0 0.07 0.25 0.25 43.75 0.28 0.66
Hex C0 B3 90 0 7 19 19 2C 1C 42
Octal 300 263 220 0 7 31 31 54 34 102
Binary 11000000 10110011 10010000 0 111 11001 11001 101100 11100 1000010

Color Harmonies of #C0B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B390

Black with #C0B390

Text Example


Text Example

White with #C0B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B390; }

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

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

background-color css

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

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

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

border-color css

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

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

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