Html Css Color HEX #C5B693 Akaroa

📋 copy color: '#C5B693'

red 197 ◦ green 182 ◦ blue 147

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

Shades of Akaroa #C5B693

Tints of Akaroa #C5B693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 37.45%
G = 34.6%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C5B693 (or 0xC5B693) is known color: Akaroa. HEX triplet: C5, B6 and 93. RGB value is (197,182,147). Sum of RGB (Red+Green+Blue) = 197+182+147=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B693 is #3A496C. Grayscale: #B6B6B6. Windows color (decimal): -3819885 or 9680581. OLE color: 9680581.

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

Color convert

RGB 197 182 147 -
CMYK 0 0.08 0.25 0.23
HSL 42º 0.3% 0.67% -
HSV(B) 42º 0.25% 0.77% -
XYZ 45.02 47.43 34.39 -
YUV 182.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 197 182 147 0 0.08 0.25 0.23 42 0.3 0.67
Hex C5 B6 93 0 8 19 17 2A 1E 43
Octal 305 266 223 0 10 31 27 52 36 103
Binary 11000101 10110110 10010011 0 1000 11001 10111 101010 11110 1000011

Color Harmonies of #C5B693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B693

Black with #C5B693

Text Example


Text Example

White with #C5B693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B693; }

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

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

background-color css

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

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

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

border-color css

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

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

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