Html Css Color HEX #C0B092 Akaroa

📋 copy color: '#C0B092'

red 192 ◦ green 176 ◦ blue 146

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

Shades of Akaroa #C0B092

Tints of Akaroa #C0B092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.4%

R = 37.35%
G = 34.24%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C0B092 (or 0xC0B092) is known color: Akaroa. HEX triplet: C0, B0 and 92. RGB value is (192,176,146). Sum of RGB (Red+Green+Blue) = 192+176+146=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B092 is #3F4F6D. Grayscale: #B1B1B1. Windows color (decimal): -4149102 or 9613504. OLE color: 9613504.

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

Color convert

RGB 192 176 146 -
CMYK 0 0.08 0.24 0.25
HSL 39.13º 0.27% 0.66% -
HSV(B) 39.13º 0.24% 0.75% -
XYZ 42.45 44.33 33.51 -
YUV 177.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 192 176 146 0 0.08 0.24 0.25 39.13 0.27 0.66
Hex C0 B0 92 0 8 18 19 27 1B 42
Octal 300 260 222 0 10 30 31 47 33 102
Binary 11000000 10110000 10010010 0 1000 11000 11001 100111 11011 1000010

Color Harmonies of #C0B092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B092

Black with #C0B092

Text Example


Text Example

White with #C0B092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B092; }

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

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

background-color css

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

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

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

border-color css

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

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

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