Html Css Color HEX #C2B39D Akaroa

📋 copy color: '#C2B39D'

red 194 ◦ green 179 ◦ blue 157

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

Shades of Akaroa #C2B39D

Tints of Akaroa #C2B39D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.62%

R = 36.6%
G = 33.77%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2B39D (or 0xC2B39D) is known color: Akaroa. HEX triplet: C2, B3 and 9D. RGB value is (194,179,157). Sum of RGB (Red+Green+Blue) = 194+179+157=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B39D is #3D4C62. Grayscale: #B5B5B5. Windows color (decimal): -4017251 or 10335170. OLE color: 10335170.

HSL color Cylindrical-coordinate representation of color #C2B39D: hue angle of 35.68º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B39D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 157 -
CMYK 0 0.08 0.19 0.24
HSL 35.68º 0.23% 0.69% -
HSV(B) 35.68º 0.19% 0.76% -
XYZ 44.45 46.14 38.46 -
YUV 180.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 194 179 157 0 0.08 0.19 0.24 35.68 0.23 0.69
Hex C2 B3 9D 0 8 13 18 24 17 45
Octal 302 263 235 0 10 23 30 44 27 105
Binary 11000010 10110011 10011101 0 1000 10011 11000 100100 10111 1000101

Color Harmonies of #C2B39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B39D

Black with #C2B39D

Text Example


Text Example

White with #C2B39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B39D; }

 p { color: rgb(194,179,157); }

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

background-color css

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

 a { background-color: rgb(194,179,157); }

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

border-color css

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

 span { border-color: rgb(194,179,157); }

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