Html Css Color HEX #C0B394 Akaroa

📋 copy color: '#C0B394'

red 192 ◦ green 179 ◦ blue 148

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

Shades of Akaroa #C0B394

Tints of Akaroa #C0B394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 36.99%
G = 34.49%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0B394 (or 0xC0B394) is known color: Akaroa. HEX triplet: C0, B3 and 94. RGB value is (192,179,148). Sum of RGB (Red+Green+Blue) = 192+179+148=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B394 is #3F4C6B. Grayscale: #B3B3B3. Windows color (decimal): -4148332 or 9745344. OLE color: 9745344.

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

Color convert

RGB 192 179 148 -
CMYK 0 0.07 0.23 0.25
HSL 42.27º 0.26% 0.67% -
HSV(B) 42.27º 0.23% 0.75% -
XYZ 43.2 45.58 34.54 -
YUV 179.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 192 179 148 0 0.07 0.23 0.25 42.27 0.26 0.67
Hex C0 B3 94 0 7 17 19 2A 1A 43
Octal 300 263 224 0 7 27 31 52 32 103
Binary 11000000 10110011 10010100 0 111 10111 11001 101010 11010 1000011

Color Harmonies of #C0B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B394

Black with #C0B394

Text Example


Text Example

White with #C0B394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B394; }

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

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

background-color css

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

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

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

border-color css

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

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

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