Html Css Color HEX #C5B697 Akaroa

📋 copy color: '#C5B697'

red 197 ◦ green 182 ◦ blue 151

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

Shades of Akaroa #C5B697

Tints of Akaroa #C5B697

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

 BLUE value IS 151 (59.38% from 255) = 28.49%

R = 37.17%
G = 34.34%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C5B697 (or 0xC5B697) is known color: Akaroa. HEX triplet: C5, B6 and 97. RGB value is (197,182,151). Sum of RGB (Red+Green+Blue) = 197+182+151=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B697 is #3A4968. Grayscale: #B7B7B7. Windows color (decimal): -3819881 or 9942725. OLE color: 9942725.

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

Color convert

RGB 197 182 151 -
CMYK 0 0.08 0.23 0.23
HSL 40.43º 0.28% 0.68% -
HSV(B) 40.43º 0.23% 0.77% -
XYZ 45.34 47.56 36.07 -
YUV 182.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 197 182 151 0 0.08 0.23 0.23 40.43 0.28 0.68
Hex C5 B6 97 0 8 17 17 28 1C 44
Octal 305 266 227 0 10 27 27 50 34 104
Binary 11000101 10110110 10010111 0 1000 10111 10111 101000 11100 1000100

Color Harmonies of #C5B697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B697

Black with #C5B697

Text Example


Text Example

White with #C5B697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B697; }

 p { color: rgb(197,182,151); }

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

background-color css

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

 a { background-color: rgb(197,182,151); }

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

border-color css

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

 span { border-color: rgb(197,182,151); }

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