Html Css Color HEX #C0B094 Akaroa

📋 copy color: '#C0B094'

red 192 ◦ green 176 ◦ blue 148

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

Shades of Akaroa #C0B094

Tints of Akaroa #C0B094

RGB

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

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

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

R = 37.21%
G = 34.11%
B = 28.68%

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

#C0B094 (or 0xC0B094) is known color: Akaroa. HEX triplet: C0, B0 and 94. RGB value is (192,176,148). Sum of RGB (Red+Green+Blue) = 192+176+148=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B094 is #3F4F6B. Grayscale: #B1B1B1. Windows color (decimal): -4149100 or 9744576. OLE color: 9744576.

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

Color convert

RGB 192 176 148 -
CMYK 0 0.08 0.23 0.25
HSL 38.18º 0.26% 0.67% -
HSV(B) 38.18º 0.23% 0.75% -
XYZ 42.61 44.4 34.34 -
YUV 177.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 192 176 148 0 0.08 0.23 0.25 38.18 0.26 0.67
Hex C0 B0 94 0 8 17 19 26 1A 43
Octal 300 260 224 0 10 27 31 46 32 103
Binary 11000000 10110000 10010100 0 1000 10111 11001 100110 11010 1000011

Color Harmonies of #C0B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B094

Black with #C0B094

Text Example


Text Example

White with #C0B094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B094; }

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

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

background-color css

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

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

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

border-color css

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

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

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