Html Css Color HEX #CBC250 Confetti

📋 copy color: '#CBC250'

red 203 ◦ green 194 ◦ blue 80

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

Shades of Confetti #CBC250

Tints of Confetti #CBC250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.67%

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

R = 42.56%
G = 40.67%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CBC250 (or 0xCBC250) is known color: Confetti. HEX triplet: CB, C2 and 50. RGB value is (203,194,80). Sum of RGB (Red+Green+Blue) = 203+194+80=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC250 is #343DAF. Grayscale: #B8B8B8. Windows color (decimal): -3423664 or 5292747. OLE color: 5292747.

HSL color Cylindrical-coordinate representation of color #CBC250: hue angle of 55.61º 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 #CBC250 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 80 -
CMYK 0 0.04 0.61 0.20
HSL 55.61º 0.54% 0.55% -
HSV(B) 55.61º 0.61% 0.8% -
XYZ 45.37 51.86 15.21 -
YUV 183.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 203 194 80 0 0.04 0.61 0.20 55.61 0.54 0.55
Hex CB C2 50 0 4 3D 14 38 36 37
Octal 313 302 120 0 4 75 24 70 66 67
Binary 11001011 11000010 1010000 0 100 111101 10100 111000 110110 110111

Color Harmonies of #CBC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC250

Black with #CBC250

Text Example


Text Example

White with #CBC250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC250; }

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

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

background-color css

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

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

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

border-color css

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

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

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