Html Css Color HEX #CBC750 Confetti

📋 copy color: '#CBC750'

red 203 ◦ green 199 ◦ blue 80

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

Shades of Confetti #CBC750

Tints of Confetti #CBC750

RGB

 RED value IS 203 (79.69% from 255) = 42.12%

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 42.12%
G = 41.29%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CBC750 (or 0xCBC750) is known color: Confetti. HEX triplet: CB, C7 and 50. RGB value is (203,199,80). Sum of RGB (Red+Green+Blue) = 203+199+80=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC750 is #3438AF. Grayscale: #BBBBBB. Windows color (decimal): -3422384 or 5294027. OLE color: 5294027.

HSL color Cylindrical-coordinate representation of color #CBC750: hue angle of 58.05º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBC750 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 80 -
CMYK 0 0.02 0.61 0.20
HSL 58.05º 0.54% 0.55% -
HSV(B) 58.05º 0.61% 0.8% -
XYZ 46.5 54.12 15.59 -
YUV 186.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 203 199 80 0 0.02 0.61 0.20 58.05 0.54 0.55
Hex CB C7 50 0 2 3D 14 3A 36 37
Octal 313 307 120 0 2 75 24 72 66 67
Binary 11001011 11000111 1010000 0 10 111101 10100 111010 110110 110111

Color Harmonies of #CBC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC750

Black with #CBC750

Text Example


Text Example

White with #CBC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC750; }

 p { color: rgb(203,199,80); }

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

background-color css

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

 a { background-color: rgb(203,199,80); }

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

border-color css

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

 span { border-color: rgb(203,199,80); }

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