Html Css Color HEX #C5B48E Akaroa

📋 copy color: '#C5B48E'

red 197 ◦ green 180 ◦ blue 142

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

Shades of Akaroa #C5B48E

Tints of Akaroa #C5B48E

RGB

 RED value IS 197 (77.34% from 255) = 37.96%

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

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 37.96%
G = 34.68%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5B48E (or 0xC5B48E) is known color: Akaroa. HEX triplet: C5, B4 and 8E. RGB value is (197,180,142). Sum of RGB (Red+Green+Blue) = 197+180+142=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B48E is #3A4B71. Grayscale: #B4B4B4. Windows color (decimal): -3820402 or 9352389. OLE color: 9352389.

HSL color Cylindrical-coordinate representation of color #C5B48E: hue angle of 41.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5B48E is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 142 -
CMYK 0 0.09 0.28 0.23
HSL 41.45º 0.32% 0.66% -
HSV(B) 41.45º 0.28% 0.77% -
XYZ 44.23 46.47 32.23 -
YUV 180.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 197 180 142 0 0.09 0.28 0.23 41.45 0.32 0.66
Hex C5 B4 8E 0 9 1C 17 29 20 42
Octal 305 264 216 0 11 34 27 51 40 102
Binary 11000101 10110100 10001110 0 1001 11100 10111 101001 100000 1000010

Color Harmonies of #C5B48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B48E

Black with #C5B48E

Text Example


Text Example

White with #C5B48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B48E; }

 p { color: rgb(197,180,142); }

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

background-color css

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

 a { background-color: rgb(197,180,142); }

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

border-color css

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

 span { border-color: rgb(197,180,142); }

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