Html Css Color HEX #C5B38D Akaroa

📋 copy color: '#C5B38D'

red 197 ◦ green 179 ◦ blue 141

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

Shades of Akaroa #C5B38D

Tints of Akaroa #C5B38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.62%

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 38.1%
G = 34.62%
B = 27.27%

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

#C5B38D (or 0xC5B38D) is known color: Akaroa. HEX triplet: C5, B3 and 8D. RGB value is (197,179,141). Sum of RGB (Red+Green+Blue) = 197+179+141=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B38D is #3A4C72. Grayscale: #B4B4B4. Windows color (decimal): -3820659 or 9286597. OLE color: 9286597.

HSL color Cylindrical-coordinate representation of color #C5B38D: hue angle of 40.71º degrees, saturation: 0.33, 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 #C5B38D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 141 -
CMYK 0 0.09 0.28 0.23
HSL 40.71º 0.33% 0.66% -
HSV(B) 40.71º 0.28% 0.77% -
XYZ 43.95 46.03 31.77 -
YUV 180.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 197 179 141 0 0.09 0.28 0.23 40.71 0.33 0.66
Hex C5 B3 8D 0 9 1C 17 29 21 42
Octal 305 263 215 0 11 34 27 51 41 102
Binary 11000101 10110011 10001101 0 1001 11100 10111 101001 100001 1000010

Color Harmonies of #C5B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B38D

Black with #C5B38D

Text Example


Text Example

White with #C5B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B38D; }

 p { color: rgb(197,179,141); }

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

background-color css

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

 a { background-color: rgb(197,179,141); }

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

border-color css

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

 span { border-color: rgb(197,179,141); }

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