Html Css Color HEX #CFCA56 Confetti

📋 copy color: '#CFCA56'

red 207 ◦ green 202 ◦ blue 86

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

Shades of Confetti #CFCA56

Tints of Confetti #CFCA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.37%

R = 41.82%
G = 40.81%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFCA56 (or 0xCFCA56) is known color: Confetti. HEX triplet: CF, CA and 56. RGB value is (207,202,86). Sum of RGB (Red+Green+Blue) = 207+202+86=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA56 is #3035A9. Grayscale: #BEBEBE. Windows color (decimal): -3159466 or 5688015. OLE color: 5688015.

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

Color convert

RGB 207 202 86 -
CMYK 0 0.02 0.58 0.19
HSL 57.52º 0.56% 0.57% -
HSV(B) 57.52º 0.58% 0.81% -
XYZ 48.53 56.18 17.09 -
YUV 190.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 207 202 86 0 0.02 0.58 0.19 57.52 0.56 0.57
Hex CF CA 56 0 2 3A 13 3A 38 39
Octal 317 312 126 0 2 72 23 72 70 71
Binary 11001111 11001010 1010110 0 10 111010 10011 111010 111000 111001

Color Harmonies of #CFCA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA56

Black with #CFCA56

Text Example


Text Example

White with #CFCA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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