Html Css Color HEX #CBC826 Barberry

📋 copy color: '#CBC826'

red 203 ◦ green 200 ◦ blue 38

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

Shades of Barberry #CBC826

Tints of Barberry #CBC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

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

R = 46.03%
G = 45.35%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CBC826 (or 0xCBC826) is known color: Barberry. HEX triplet: CB, C8 and 26. RGB value is (203,200,38). Sum of RGB (Red+Green+Blue) = 203+200+38=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC826 is #3437D9. Grayscale: #B7B7B7. Windows color (decimal): -3422170 or 2541771. OLE color: 2541771.

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

Color convert

RGB 203 200 38 -
CMYK 0 0.01 0.81 0.20
HSL 58.91º 0.68% 0.47% -
HSV(B) 58.91º 0.81% 0.8% -
XYZ 45.63 54.15 9.88 -
YUV 182.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 203 200 38 0 0.01 0.81 0.20 58.91 0.68 0.47
Hex CB C8 26 0 1 51 14 3B 44 2F
Octal 313 310 46 0 1 121 24 73 104 57
Binary 11001011 11001000 100110 0 1 1010001 10100 111011 1000100 101111

Color Harmonies of #CBC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC826

Black with #CBC826

Text Example


Text Example

White with #CBC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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