Html Css Color HEX #CFCA4C Confetti

📋 copy color: '#CFCA4C'

red 207 ◦ green 202 ◦ blue 76

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

Shades of Confetti #CFCA4C

Tints of Confetti #CFCA4C

RGB

 RED value IS 207 (81.25% from 255) = 42.68%

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 76 (30.08% from 255) = 15.67%

R = 42.68%
G = 41.65%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CFCA4C (or 0xCFCA4C) is known color: Confetti. HEX triplet: CF, CA and 4C. RGB value is (207,202,76). Sum of RGB (Red+Green+Blue) = 207+202+76=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA4C is #3035B3. Grayscale: #BDBDBD. Windows color (decimal): -3159476 or 5032655. OLE color: 5032655.

HSL color Cylindrical-coordinate representation of color #CFCA4C: hue angle of 57.71º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFCA4C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 76 -
CMYK 0 0.02 0.63 0.19
HSL 57.71º 0.58% 0.55% -
HSV(B) 57.71º 0.63% 0.81% -
XYZ 48.16 56.03 15.11 -
YUV 189.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 207 202 76 0 0.02 0.63 0.19 57.71 0.58 0.55
Hex CF CA 4C 0 2 3F 13 3A 3A 37
Octal 317 312 114 0 2 77 23 72 72 67
Binary 11001111 11001010 1001100 0 10 111111 10011 111010 111010 110111

Color Harmonies of #CFCA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA4C

Black with #CFCA4C

Text Example


Text Example

White with #CFCA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA4C; }

 p { color: rgb(207,202,76); }

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

background-color css

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

 a { background-color: rgb(207,202,76); }

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

border-color css

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

 span { border-color: rgb(207,202,76); }

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