Html Css Color HEX #CFC952 Confetti

📋 copy color: '#CFC952'

red 207 ◦ green 201 ◦ blue 82

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

Shades of Confetti #CFC952

Tints of Confetti #CFC952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

 BLUE value IS 82 (32.42% from 255) = 16.73%

R = 42.24%
G = 41.02%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFC952 (or 0xCFC952) is known color: Confetti. HEX triplet: CF, C9 and 52. RGB value is (207,201,82). Sum of RGB (Red+Green+Blue) = 207+201+82=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC952 is #3036AD. Grayscale: #BDBDBD. Windows color (decimal): -3159726 or 5425615. OLE color: 5425615.

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

Color convert

RGB 207 201 82 -
CMYK 0 0.03 0.60 0.19
HSL 57.12º 0.57% 0.57% -
HSV(B) 57.12º 0.6% 0.81% -
XYZ 48.14 55.65 16.19 -
YUV 189.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 207 201 82 0 0.03 0.60 0.19 57.12 0.57 0.57
Hex CF C9 52 0 3 3C 13 39 39 39
Octal 317 311 122 0 3 74 23 71 71 71
Binary 11001111 11001001 1010010 0 11 111100 10011 111001 111001 111001

Color Harmonies of #CFC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC952

Black with #CFC952

Text Example


Text Example

White with #CFC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC952; }

 p { color: rgb(207,201,82); }

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

background-color css

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

 a { background-color: rgb(207,201,82); }

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

border-color css

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

 span { border-color: rgb(207,201,82); }

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