Html Css Color HEX #C2B291 Akaroa

📋 copy color: '#C2B291'

red 194 ◦ green 178 ◦ blue 145

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

Shades of Akaroa #C2B291

Tints of Akaroa #C2B291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.05%

R = 37.52%
G = 34.43%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B291 (or 0xC2B291) is known color: Akaroa. HEX triplet: C2, B2 and 91. RGB value is (194,178,145). Sum of RGB (Red+Green+Blue) = 194+178+145=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B291 is #3D4D6E. Grayscale: #B3B3B3. Windows color (decimal): -4017519 or 9548482. OLE color: 9548482.

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

Color convert

RGB 194 178 145 -
CMYK 0 0.08 0.25 0.24
HSL 40.41º 0.29% 0.66% -
HSV(B) 40.41º 0.25% 0.76% -
XYZ 43.28 45.35 33.26 -
YUV 179.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 194 178 145 0 0.08 0.25 0.24 40.41 0.29 0.66
Hex C2 B2 91 0 8 19 18 28 1D 42
Octal 302 262 221 0 10 31 30 50 35 102
Binary 11000010 10110010 10010001 0 1000 11001 11000 101000 11101 1000010

Color Harmonies of #C2B291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B291

Black with #C2B291

Text Example


Text Example

White with #C2B291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B291; }

 p { color: rgb(194,178,145); }

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

background-color css

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

 a { background-color: rgb(194,178,145); }

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

border-color css

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

 span { border-color: rgb(194,178,145); }

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