Html Css Color HEX #C7B892 Akaroa

📋 copy color: '#C7B892'

red 199 ◦ green 184 ◦ blue 146

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

Shades of Akaroa #C7B892

Tints of Akaroa #C7B892

RGB

 RED value IS 199 (78.13% from 255) = 37.62%

 GREEN value IS 184 (72.27% from 255) = 34.78%

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 37.62%
G = 34.78%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C7B892 (or 0xC7B892) is known color: Akaroa. HEX triplet: C7, B8 and 92. RGB value is (199,184,146). Sum of RGB (Red+Green+Blue) = 199+184+146=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B892 is #38476D. Grayscale: #B8B8B8. Windows color (decimal): -3688302 or 9615559. OLE color: 9615559.

HSL color Cylindrical-coordinate representation of color #C7B892: hue angle of 43.02º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7B892 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 184 146 -
CMYK 0 0.08 0.27 0.22
HSL 43.02º 0.32% 0.68% -
HSV(B) 43.02º 0.27% 0.78% -
XYZ 45.88 48.5 34.14 -
YUV 184.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 199 184 146 0 0.08 0.27 0.22 43.02 0.32 0.68
Hex C7 B8 92 0 8 1B 16 2B 20 44
Octal 307 270 222 0 10 33 26 53 40 104
Binary 11000111 10111000 10010010 0 1000 11011 10110 101011 100000 1000100

Color Harmonies of #C7B892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B892

Black with #C7B892

Text Example


Text Example

White with #C7B892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B892; }

 p { color: rgb(199,184,146); }

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

background-color css

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

 a { background-color: rgb(199,184,146); }

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

border-color css

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

 span { border-color: rgb(199,184,146); }

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