Html Css Color HEX #C0B49D Akaroa

📋 copy color: '#C0B49D'

red 192 ◦ green 180 ◦ blue 157

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

Shades of Akaroa #C0B49D

Tints of Akaroa #C0B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.03%

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

R = 36.29%
G = 34.03%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0B49D (or 0xC0B49D) is known color: Akaroa. HEX triplet: C0, B4 and 9D. RGB value is (192,180,157). Sum of RGB (Red+Green+Blue) = 192+180+157=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B49D is #3F4B62. Grayscale: #B5B5B5. Windows color (decimal): -4148067 or 10335424. OLE color: 10335424.

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

Color convert

RGB 192 180 157 -
CMYK 0 0.06 0.18 0.25
HSL 39.43º 0.22% 0.68% -
HSV(B) 39.43º 0.18% 0.75% -
XYZ 44.15 46.28 38.51 -
YUV 180.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 192 180 157 0 0.06 0.18 0.25 39.43 0.22 0.68
Hex C0 B4 9D 0 6 12 19 27 16 44
Octal 300 264 235 0 6 22 31 47 26 104
Binary 11000000 10110100 10011101 0 110 10010 11001 100111 10110 1000100

Color Harmonies of #C0B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B49D

Black with #C0B49D

Text Example


Text Example

White with #C0B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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