Html Css Color HEX #C6C87B Deco

📋 copy color: '#C6C87B'

red 198 ◦ green 200 ◦ blue 123

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

Shades of Deco #C6C87B

Tints of Deco #C6C87B

RGB

 RED value IS 198 (77.73% from 255) = 38%

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 123 (48.44% from 255) = 23.61%

R = 38%
G = 38.39%
B = 23.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6C87B (or 0xC6C87B) is known color: Deco. HEX triplet: C6, C8 and 7B. RGB value is (198,200,123). Sum of RGB (Red+Green+Blue) = 198+200+123=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C87B is #393784. Grayscale: #BEBEBE. Windows color (decimal): -3749765 or 8112326. OLE color: 8112326.

HSL color Cylindrical-coordinate representation of color #C6C87B: hue angle of 61.56º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6C87B is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 200 123 -
CMYK 0.01 0 0.38 0.22
HSL 61.56º 0.41% 0.63% -
HSV(B) 61.56º 0.39% 0.78% -
XYZ 47.52 54.74 26.8 -
YUV 190.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 198 200 123 0.01 0 0.38 0.22 61.56 0.41 0.63
Hex C6 C8 7B 1 0 26 16 3E 29 3F
Octal 306 310 173 1 0 46 26 76 51 77
Binary 11000110 11001000 1111011 1 0 100110 10110 111110 101001 111111

Color Harmonies of #C6C87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C87B

Black with #C6C87B

Text Example


Text Example

White with #C6C87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C87B; }

 p { color: rgb(198,200,123); }

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

background-color css

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

 a { background-color: rgb(198,200,123); }

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

border-color css

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

 span { border-color: rgb(198,200,123); }

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