Html Css Color HEX #C6CC7D Deco

📋 copy color: '#C6CC7D'

red 198 ◦ green 204 ◦ blue 125

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

Shades of Deco #C6CC7D

Tints of Deco #C6CC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 37.57%
G = 38.71%
B = 23.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#C6CC7D (or 0xC6CC7D) is known color: Deco. HEX triplet: C6, CC and 7D. RGB value is (198,204,125). Sum of RGB (Red+Green+Blue) = 198+204+125=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC7D is #393382. Grayscale: #C1C1C1. Windows color (decimal): -3748739 or 8244422. OLE color: 8244422.

HSL color Cylindrical-coordinate representation of color #C6CC7D: hue angle of 64.56º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6CC7D is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 125 -
CMYK 0.03 0 0.39 0.2
HSL 64.56º 0.44% 0.65% -
HSV(B) 64.56º 0.39% 0.8% -
XYZ 48.58 56.67 27.78 -
YUV 193.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 198 204 125 0.03 0 0.39 0.2 64.56 0.44 0.65
Hex C6 CC 7D 3 0 27 14 41 2C 41
Octal 306 314 175 3 0 47 24 101 54 101
Binary 11000110 11001100 1111101 11 0 100111 10100 1000001 101100 1000001

Color Harmonies of #C6CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC7D

Black with #C6CC7D

Text Example


Text Example

White with #C6CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC7D; }

 p { color: rgb(198,204,125); }

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

background-color css

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

 a { background-color: rgb(198,204,125); }

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

border-color css

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

 span { border-color: rgb(198,204,125); }

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