Html Css Color HEX #C0B093 Akaroa

📋 copy color: '#C0B093'

red 192 ◦ green 176 ◦ blue 147

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

Shades of Akaroa #C0B093

Tints of Akaroa #C0B093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

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

R = 37.28%
G = 34.17%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0B093 (or 0xC0B093) is known color: Akaroa. HEX triplet: C0, B0 and 93. RGB value is (192,176,147). Sum of RGB (Red+Green+Blue) = 192+176+147=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B093 is #3F4F6C. Grayscale: #B1B1B1. Windows color (decimal): -4149101 or 9679040. OLE color: 9679040.

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

Color convert

RGB 192 176 147 -
CMYK 0 0.08 0.23 0.25
HSL 38.67º 0.26% 0.66% -
HSV(B) 38.67º 0.23% 0.75% -
XYZ 42.53 44.36 33.93 -
YUV 177.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 192 176 147 0 0.08 0.23 0.25 38.67 0.26 0.66
Hex C0 B0 93 0 8 17 19 27 1A 42
Octal 300 260 223 0 10 27 31 47 32 102
Binary 11000000 10110000 10010011 0 1000 10111 11001 100111 11010 1000010

Color Harmonies of #C0B093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B093

Black with #C0B093

Text Example


Text Example

White with #C0B093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B093; }

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

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

background-color css

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

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

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

border-color css

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

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

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