Html Css Color HEX #C0B49B Akaroa

📋 copy color: '#C0B49B'

red 192 ◦ green 180 ◦ blue 155

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

Shades of Akaroa #C0B49B

Tints of Akaroa #C0B49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.41%

R = 36.43%
G = 34.16%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0B49B (or 0xC0B49B) is known color: Akaroa. HEX triplet: C0, B4 and 9B. RGB value is (192,180,155). Sum of RGB (Red+Green+Blue) = 192+180+155=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B49B is #3F4B64. Grayscale: #B4B4B4. Windows color (decimal): -4148069 or 10204352. OLE color: 10204352.

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

Color convert

RGB 192 180 155 -
CMYK 0 0.06 0.19 0.25
HSL 40.54º 0.23% 0.68% -
HSV(B) 40.54º 0.19% 0.75% -
XYZ 43.98 46.22 37.61 -
YUV 180.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 192 180 155 0 0.06 0.19 0.25 40.54 0.23 0.68
Hex C0 B4 9B 0 6 13 19 29 17 44
Octal 300 264 233 0 6 23 31 51 27 104
Binary 11000000 10110100 10011011 0 110 10011 11001 101001 10111 1000100

Color Harmonies of #C0B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B49B

Black with #C0B49B

Text Example


Text Example

White with #C0B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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