Html Css Color HEX #C0B493 Akaroa

📋 copy color: '#C0B493'

red 192 ◦ green 180 ◦ blue 147

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

Shades of Akaroa #C0B493

Tints of Akaroa #C0B493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 36.99%
G = 34.68%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0B493 (or 0xC0B493) is known color: Akaroa. HEX triplet: C0, B4 and 93. RGB value is (192,180,147). Sum of RGB (Red+Green+Blue) = 192+180+147=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B493 is #3F4B6C. Grayscale: #B3B3B3. Windows color (decimal): -4148077 or 9680064. OLE color: 9680064.

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

Color convert

RGB 192 180 147 -
CMYK 0 0.06 0.23 0.25
HSL 44º 0.26% 0.66% -
HSV(B) 44º 0.23% 0.75% -
XYZ 43.33 45.96 34.19 -
YUV 179.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 192 180 147 0 0.06 0.23 0.25 44 0.26 0.66
Hex C0 B4 93 0 6 17 19 2C 1A 42
Octal 300 264 223 0 6 27 31 54 32 102
Binary 11000000 10110100 10010011 0 110 10111 11001 101100 11010 1000010

Color Harmonies of #C0B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B493

Black with #C0B493

Text Example


Text Example

White with #C0B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B493; }

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

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

background-color css

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

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

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

border-color css

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

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

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