Html Css Color HEX #C0B19D Akaroa

📋 copy color: '#C0B19D'

red 192 ◦ green 177 ◦ blue 157

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

Shades of Akaroa #C0B19D

Tints of Akaroa #C0B19D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 36.5%
G = 33.65%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0B19D (or 0xC0B19D) is known color: Akaroa. HEX triplet: C0, B1 and 9D. RGB value is (192,177,157). Sum of RGB (Red+Green+Blue) = 192+177+157=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B19D is #3F4E62. Grayscale: #B3B3B3. Windows color (decimal): -4148835 or 10334656. OLE color: 10334656.

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

Color convert

RGB 192 177 157 -
CMYK 0 0.08 0.18 0.25
HSL 34.29º 0.22% 0.68% -
HSV(B) 34.29º 0.18% 0.75% -
XYZ 43.55 45.09 38.31 -
YUV 179.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 192 177 157 0 0.08 0.18 0.25 34.29 0.22 0.68
Hex C0 B1 9D 0 8 12 19 22 16 44
Octal 300 261 235 0 10 22 31 42 26 104
Binary 11000000 10110001 10011101 0 1000 10010 11001 100010 10110 1000100

Color Harmonies of #C0B19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B19D

Black with #C0B19D

Text Example


Text Example

White with #C0B19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B19D; }

 p { color: rgb(192,177,157); }

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

background-color css

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

 a { background-color: rgb(192,177,157); }

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

border-color css

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

 span { border-color: rgb(192,177,157); }

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