Html Css Color HEX #C2B293 Akaroa

📋 copy color: '#C2B293'

red 194 ◦ green 178 ◦ blue 147

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

Shades of Akaroa #C2B293

Tints of Akaroa #C2B293

RGB

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

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

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

R = 37.38%
G = 34.3%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2B293 (or 0xC2B293) is known color: Akaroa. HEX triplet: C2, B2 and 93. RGB value is (194,178,147). Sum of RGB (Red+Green+Blue) = 194+178+147=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B293 is #3D4D6C. Grayscale: #B3B3B3. Windows color (decimal): -4017517 or 9679554. OLE color: 9679554.

HSL color Cylindrical-coordinate representation of color #C2B293: hue angle of 39.57º 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 #C2B293 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 147 -
CMYK 0 0.08 0.24 0.24
HSL 39.57º 0.28% 0.67% -
HSV(B) 39.57º 0.24% 0.76% -
XYZ 43.43 45.42 34.08 -
YUV 179.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 194 178 147 0 0.08 0.24 0.24 39.57 0.28 0.67
Hex C2 B2 93 0 8 18 18 28 1C 43
Octal 302 262 223 0 10 30 30 50 34 103
Binary 11000010 10110010 10010011 0 1000 11000 11000 101000 11100 1000011

Color Harmonies of #C2B293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B293

Black with #C2B293

Text Example


Text Example

White with #C2B293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B293; }

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

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

background-color css

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

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

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

border-color css

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

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

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