Html Css Color HEX #C0B694 Akaroa

📋 copy color: '#C0B694'

red 192 ◦ green 182 ◦ blue 148

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

Shades of Akaroa #C0B694

Tints of Akaroa #C0B694

RGB

 RED value IS 192 (75.39% from 255) = 36.78%

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

 BLUE value IS 148 (58.2% from 255) = 28.35%

R = 36.78%
G = 34.87%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0B694 (or 0xC0B694) is known color: Akaroa. HEX triplet: C0, B6 and 94. RGB value is (192,182,148). Sum of RGB (Red+Green+Blue) = 192+182+148=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B694 is #3F496B. Grayscale: #B5B5B5. Windows color (decimal): -4147564 or 9746112. OLE color: 9746112.

HSL color Cylindrical-coordinate representation of color #C0B694: hue angle of 46.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B694 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 182 148 -
CMYK 0 0.05 0.23 0.25
HSL 46.36º 0.26% 0.67% -
HSV(B) 46.36º 0.23% 0.75% -
XYZ 43.81 46.8 34.74 -
YUV 181.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 192 182 148 0 0.05 0.23 0.25 46.36 0.26 0.67
Hex C0 B6 94 0 5 17 19 2E 1A 43
Octal 300 266 224 0 5 27 31 56 32 103
Binary 11000000 10110110 10010100 0 101 10111 11001 101110 11010 1000011

Color Harmonies of #C0B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B694

Black with #C0B694

Text Example


Text Example

White with #C0B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B694; }

 p { color: rgb(192,182,148); }

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

background-color css

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

 a { background-color: rgb(192,182,148); }

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

border-color css

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

 span { border-color: rgb(192,182,148); }

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