Html Css Color HEX #CBC726 Barberry

📋 copy color: '#CBC726'

red 203 ◦ green 199 ◦ blue 38

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

Shades of Barberry #CBC726

Tints of Barberry #CBC726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.64%

R = 46.14%
G = 45.23%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBC726 (or 0xCBC726) is known color: Barberry. HEX triplet: CB, C7 and 26. RGB value is (203,199,38). Sum of RGB (Red+Green+Blue) = 203+199+38=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC726 is #3438D9. Grayscale: #B6B6B6. Windows color (decimal): -3422426 or 2541515. OLE color: 2541515.

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

Color convert

RGB 203 199 38 -
CMYK 0 0.02 0.81 0.20
HSL 58.55º 0.68% 0.47% -
HSV(B) 58.55º 0.81% 0.8% -
XYZ 45.4 53.68 9.8 -
YUV 181.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 203 199 38 0 0.02 0.81 0.20 58.55 0.68 0.47
Hex CB C7 26 0 2 51 14 3B 44 2F
Octal 313 307 46 0 2 121 24 73 104 57
Binary 11001011 11000111 100110 0 10 1010001 10100 111011 1000100 101111

Color Harmonies of #CBC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC726

Black with #CBC726

Text Example


Text Example

White with #CBC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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