Html Css Color HEX #C7CC7B Deco

📋 copy color: '#C7CC7B'

red 199 ◦ green 204 ◦ blue 123

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

Shades of Deco #C7CC7B

Tints of Deco #C7CC7B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.78%

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

R = 37.83%
G = 38.78%
B = 23.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#C7CC7B (or 0xC7CC7B) is known color: Deco. HEX triplet: C7, CC and 7B. RGB value is (199,204,123). Sum of RGB (Red+Green+Blue) = 199+204+123=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CC7B is #383384. Grayscale: #C1C1C1. Windows color (decimal): -3683205 or 8113351. OLE color: 8113351.

HSL color Cylindrical-coordinate representation of color #C7CC7B: hue angle of 63.7º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7CC7B is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 123 -
CMYK 0.02 0 0.40 0.2
HSL 63.7º 0.44% 0.64% -
HSV(B) 63.7º 0.4% 0.8% -
XYZ 48.72 56.76 27.13 -
YUV 193.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 199 204 123 0.02 0 0.40 0.2 63.7 0.44 0.64
Hex C7 CC 7B 2 0 28 14 40 2C 40
Octal 307 314 173 2 0 50 24 100 54 100
Binary 11000111 11001100 1111011 10 0 101000 10100 1000000 101100 1000000

Color Harmonies of #C7CC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CC7B

Black with #C7CC7B

Text Example


Text Example

White with #C7CC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CC7B; }

 p { color: rgb(199,204,123); }

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

background-color css

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

 a { background-color: rgb(199,204,123); }

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

border-color css

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

 span { border-color: rgb(199,204,123); }

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