Html Css Color HEX #C2B593 Akaroa

📋 copy color: '#C2B593'

red 194 ◦ green 181 ◦ blue 147

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

Shades of Akaroa #C2B593

Tints of Akaroa #C2B593

RGB

 RED value IS 194 (76.17% from 255) = 37.16%

 GREEN value IS 181 (71.09% from 255) = 34.67%

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

R = 37.16%
G = 34.67%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2B593 (or 0xC2B593) is known color: Akaroa. HEX triplet: C2, B5 and 93. RGB value is (194,181,147). Sum of RGB (Red+Green+Blue) = 194+181+147=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B593 is #3D4A6C. Grayscale: #B5B5B5. Windows color (decimal): -4016749 or 9680322. OLE color: 9680322.

HSL color Cylindrical-coordinate representation of color #C2B593: hue angle of 43.4º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B593 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 147 -
CMYK 0 0.07 0.24 0.24
HSL 43.4º 0.28% 0.67% -
HSV(B) 43.4º 0.24% 0.76% -
XYZ 44.04 46.62 34.28 -
YUV 181.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 194 181 147 0 0.07 0.24 0.24 43.4 0.28 0.67
Hex C2 B5 93 0 7 18 18 2B 1C 43
Octal 302 265 223 0 7 30 30 53 34 103
Binary 11000010 10110101 10010011 0 111 11000 11000 101011 11100 1000011

Color Harmonies of #C2B593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B593

Black with #C2B593

Text Example


Text Example

White with #C2B593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B593; }

 p { color: rgb(194,181,147); }

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

background-color css

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

 a { background-color: rgb(194,181,147); }

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

border-color css

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

 span { border-color: rgb(194,181,147); }

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