Html Css Color HEX #CBC230 Barberry

📋 copy color: '#CBC230'

red 203 ◦ green 194 ◦ blue 48

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

Shades of Barberry #CBC230

Tints of Barberry #CBC230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.79%

R = 45.62%
G = 43.6%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBC230 (or 0xCBC230) is known color: Barberry. HEX triplet: CB, C2 and 30. RGB value is (203,194,48). Sum of RGB (Red+Green+Blue) = 203+194+48=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC230 is #343DCF. Grayscale: #B4B4B4. Windows color (decimal): -3423696 or 3195595. OLE color: 3195595.

HSL color Cylindrical-coordinate representation of color #CBC230: hue angle of 56.52º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBC230 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 48 -
CMYK 0 0.04 0.76 0.20
HSL 56.52º 0.62% 0.49% -
HSV(B) 56.52º 0.76% 0.8% -
XYZ 44.45 51.49 10.39 -
YUV 180.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 203 194 48 0 0.04 0.76 0.20 56.52 0.62 0.49
Hex CB C2 30 0 4 4C 14 39 3E 31
Octal 313 302 60 0 4 114 24 71 76 61
Binary 11001011 11000010 110000 0 100 1001100 10100 111001 111110 110001

Color Harmonies of #CBC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC230

Black with #CBC230

Text Example


Text Example

White with #CBC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC230; }

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

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

background-color css

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

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

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

border-color css

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

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

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