Html Css Color HEX #C1B693 Akaroa

📋 copy color: '#C1B693'

red 193 ◦ green 182 ◦ blue 147

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

Shades of Akaroa #C1B693

Tints of Akaroa #C1B693

RGB

 RED value IS 193 (75.78% from 255) = 36.97%

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

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

R = 36.97%
G = 34.87%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C1B693 (or 0xC1B693) is known color: Akaroa. HEX triplet: C1, B6 and 93. RGB value is (193,182,147). Sum of RGB (Red+Green+Blue) = 193+182+147=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B693 is #3E496C. Grayscale: #B5B5B5. Windows color (decimal): -4082029 or 9680577. OLE color: 9680577.

HSL color Cylindrical-coordinate representation of color #C1B693: hue angle of 45.65º degrees, saturation: 0.27, 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 #C1B693 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 182 147 -
CMYK 0 0.06 0.24 0.24
HSL 45.65º 0.27% 0.67% -
HSV(B) 45.65º 0.24% 0.76% -
XYZ 43.99 46.9 34.34 -
YUV 181.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 193 182 147 0 0.06 0.24 0.24 45.65 0.27 0.67
Hex C1 B6 93 0 6 18 18 2E 1B 43
Octal 301 266 223 0 6 30 30 56 33 103
Binary 11000001 10110110 10010011 0 110 11000 11000 101110 11011 1000011

Color Harmonies of #C1B693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B693

Black with #C1B693

Text Example


Text Example

White with #C1B693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B693; }

 p { color: rgb(193,182,147); }

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

background-color css

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

 a { background-color: rgb(193,182,147); }

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

border-color css

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

 span { border-color: rgb(193,182,147); }

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