Html Css Color HEX #C6CD7D Deco

📋 copy color: '#C6CD7D'

red 198 ◦ green 205 ◦ blue 125

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

Shades of Deco #C6CD7D

Tints of Deco #C6CD7D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.83%

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

R = 37.5%
G = 38.83%
B = 23.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#C6CD7D (or 0xC6CD7D) is known color: Deco. HEX triplet: C6, CD and 7D. RGB value is (198,205,125). Sum of RGB (Red+Green+Blue) = 198+205+125=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD7D is #393282. Grayscale: #C2C2C2. Windows color (decimal): -3748483 or 8244678. OLE color: 8244678.

HSL color Cylindrical-coordinate representation of color #C6CD7D: hue angle of 65.25º 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 #C6CD7D is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 125 -
CMYK 0.03 0 0.39 0.20
HSL 65.25º 0.44% 0.65% -
HSV(B) 65.25º 0.39% 0.8% -
XYZ 48.82 57.15 27.86 -
YUV 193.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 198 205 125 0.03 0 0.39 0.20 65.25 0.44 0.65
Hex C6 CD 7D 3 0 27 14 41 2C 41
Octal 306 315 175 3 0 47 24 101 54 101
Binary 11000110 11001101 1111101 11 0 100111 10100 1000001 101100 1000001

Color Harmonies of #C6CD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD7D

Black with #C6CD7D

Text Example


Text Example

White with #C6CD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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