Html Css Color HEX #C5B48F Akaroa

📋 copy color: '#C5B48F'

red 197 ◦ green 180 ◦ blue 143

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

Shades of Akaroa #C5B48F

Tints of Akaroa #C5B48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 37.88%
G = 34.62%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5B48F (or 0xC5B48F) is known color: Akaroa. HEX triplet: C5, B4 and 8F. RGB value is (197,180,143). Sum of RGB (Red+Green+Blue) = 197+180+143=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B48F is #3A4B70. Grayscale: #B5B5B5. Windows color (decimal): -3820401 or 9417925. OLE color: 9417925.

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

Color convert

RGB 197 180 143 -
CMYK 0 0.09 0.27 0.23
HSL 41.11º 0.32% 0.67% -
HSV(B) 41.11º 0.27% 0.77% -
XYZ 44.31 46.5 32.63 -
YUV 180.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 197 180 143 0 0.09 0.27 0.23 41.11 0.32 0.67
Hex C5 B4 8F 0 9 1B 17 29 20 43
Octal 305 264 217 0 11 33 27 51 40 103
Binary 11000101 10110100 10001111 0 1001 11011 10111 101001 100000 1000011

Color Harmonies of #C5B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B48F

Black with #C5B48F

Text Example


Text Example

White with #C5B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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