Html Css Color HEX #CCC34E Confetti

📋 copy color: '#CCC34E'

red 204 ◦ green 195 ◦ blue 78

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

Shades of Confetti #CCC34E

Tints of Confetti #CCC34E

RGB

 RED value IS 204 (80.08% from 255) = 42.77%

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 78 (30.86% from 255) = 16.35%

R = 42.77%
G = 40.88%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC34E (or 0xCCC34E) is known color: Confetti. HEX triplet: CC, C3 and 4E. RGB value is (204,195,78). Sum of RGB (Red+Green+Blue) = 204+195+78=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC34E is #333CB1. Grayscale: #B8B8B8. Windows color (decimal): -3357874 or 5161932. OLE color: 5161932.

HSL color Cylindrical-coordinate representation of color #CCC34E: hue angle of 55.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC34E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 78 -
CMYK 0 0.04 0.62 0.2
HSL 55.71º 0.55% 0.55% -
HSV(B) 55.71º 0.62% 0.8% -
XYZ 45.79 52.42 14.91 -
YUV 184.35 67.98 142.01 -
System Red Green Blue C M Y K H S L
Decimal 204 195 78 0 0.04 0.62 0.2 55.71 0.55 0.55
Hex CC C3 4E 0 4 3E 14 38 37 37
Octal 314 303 116 0 4 76 24 70 67 67
Binary 11001100 11000011 1001110 0 100 111110 10100 111000 110111 110111

Color Harmonies of #CCC34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC34E

Black with #CCC34E

Text Example


Text Example

White with #CCC34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC34E; }

 p { color: rgb(204,195,78); }

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

background-color css

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

 a { background-color: rgb(204,195,78); }

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

border-color css

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

 span { border-color: rgb(204,195,78); }

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