Html Css Color HEX #C5B290 Akaroa

📋 copy color: '#C5B290'

red 197 ◦ green 178 ◦ blue 144

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

Shades of Akaroa #C5B290

Tints of Akaroa #C5B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.3%

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 37.96%
G = 34.3%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5B290 (or 0xC5B290) is known color: Akaroa. HEX triplet: C5, B2 and 90. RGB value is (197,178,144). Sum of RGB (Red+Green+Blue) = 197+178+144=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B290 is #3A4D6F. Grayscale: #B3B3B3. Windows color (decimal): -3820912 or 9482949. OLE color: 9482949.

HSL color Cylindrical-coordinate representation of color #C5B290: hue angle of 38.49º degrees, saturation: 0.31, 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 #C5B290 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 178 144 -
CMYK 0 0.10 0.27 0.23
HSL 38.49º 0.31% 0.67% -
HSV(B) 38.49º 0.27% 0.77% -
XYZ 43.98 45.72 32.89 -
YUV 179.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 197 178 144 0 0.10 0.27 0.23 38.49 0.31 0.67
Hex C5 B2 90 0 A 1B 17 26 1F 43
Octal 305 262 220 0 12 33 27 46 37 103
Binary 11000101 10110010 10010000 0 1010 11011 10111 100110 11111 1000011

Color Harmonies of #C5B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B290

Black with #C5B290

Text Example


Text Example

White with #C5B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B290; }

 p { color: rgb(197,178,144); }

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

background-color css

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

 a { background-color: rgb(197,178,144); }

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

border-color css

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

 span { border-color: rgb(197,178,144); }

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