Html Css Color HEX #C3CF78 Deco

📋 copy color: '#C3CF78'

red 195 ◦ green 207 ◦ blue 120

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

Shades of Deco #C3CF78

Tints of Deco #C3CF78

RGB

 RED value IS 195 (76.56% from 255) = 37.36%

 GREEN value IS 207 (81.25% from 255) = 39.66%

 BLUE value IS 120 (47.27% from 255) = 22.99%

R = 37.36%
G = 39.66%
B = 22.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#C3CF78 (or 0xC3CF78) is known color: Deco. HEX triplet: C3, CF and 78. RGB value is (195,207,120). Sum of RGB (Red+Green+Blue) = 195+207+120=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CF78 is #3C3087. Grayscale: #C1C1C1. Windows color (decimal): -3944584 or 7917507. OLE color: 7917507.

HSL color Cylindrical-coordinate representation of color #C3CF78: hue angle of 68.28º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3CF78 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 120 -
CMYK 0.06 0 0.42 0.19
HSL 68.28º 0.48% 0.64% -
HSV(B) 68.28º 0.42% 0.81% -
XYZ 48.21 57.58 26.34 -
YUV 193.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 195 207 120 0.06 0 0.42 0.19 68.28 0.48 0.64
Hex C3 CF 78 6 0 2A 13 44 30 40
Octal 303 317 170 6 0 52 23 104 60 100
Binary 11000011 11001111 1111000 110 0 101010 10011 1000100 110000 1000000

Color Harmonies of #C3CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CF78

Black with #C3CF78

Text Example


Text Example

White with #C3CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CF78; }

 p { color: rgb(195,207,120); }

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

background-color css

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

 a { background-color: rgb(195,207,120); }

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

border-color css

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

 span { border-color: rgb(195,207,120); }

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