Html Css Color HEX #C2B69B Akaroa

📋 copy color: '#C2B69B'

red 194 ◦ green 182 ◦ blue 155

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

Shades of Akaroa #C2B69B

Tints of Akaroa #C2B69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.27%

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 36.53%
G = 34.27%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2B69B (or 0xC2B69B) is known color: Akaroa. HEX triplet: C2, B6 and 9B. RGB value is (194,182,155). Sum of RGB (Red+Green+Blue) = 194+182+155=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B69B is #3D4964. Grayscale: #B6B6B6. Windows color (decimal): -4016485 or 10204866. OLE color: 10204866.

HSL color Cylindrical-coordinate representation of color #C2B69B: hue angle of 41.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B69B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 155 -
CMYK 0 0.06 0.20 0.24
HSL 41.54º 0.24% 0.68% -
HSV(B) 41.54º 0.2% 0.76% -
XYZ 44.89 47.29 37.77 -
YUV 182.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 194 182 155 0 0.06 0.20 0.24 41.54 0.24 0.68
Hex C2 B6 9B 0 6 14 18 2A 18 44
Octal 302 266 233 0 6 24 30 52 30 104
Binary 11000010 10110110 10011011 0 110 10100 11000 101010 11000 1000100

Color Harmonies of #C2B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B69B

Black with #C2B69B

Text Example


Text Example

White with #C2B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B69B; }

 p { color: rgb(194,182,155); }

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

background-color css

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

 a { background-color: rgb(194,182,155); }

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

border-color css

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

 span { border-color: rgb(194,182,155); }

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