Html Css Color HEX #CBC429 Barberry

📋 copy color: '#CBC429'

red 203 ◦ green 196 ◦ blue 41

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

Shades of Barberry #CBC429

Tints of Barberry #CBC429

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

 BLUE value IS 41 (16.41% from 255) = 9.32%

R = 46.14%
G = 44.55%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC429 (or 0xCBC429) is known color: Barberry. HEX triplet: CB, C4 and 29. RGB value is (203,196,41). Sum of RGB (Red+Green+Blue) = 203+196+41=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC429 is #343BD6. Grayscale: #B5B5B5. Windows color (decimal): -3423191 or 2737355. OLE color: 2737355.

HSL color Cylindrical-coordinate representation of color #CBC429: hue angle of 57.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBC429 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 41 -
CMYK 0 0.03 0.80 0.20
HSL 57.41º 0.66% 0.48% -
HSV(B) 57.41º 0.8% 0.8% -
XYZ 44.77 52.34 9.84 -
YUV 180.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 203 196 41 0 0.03 0.80 0.20 57.41 0.66 0.48
Hex CB C4 29 0 3 50 14 39 42 30
Octal 313 304 51 0 3 120 24 71 102 60
Binary 11001011 11000100 101001 0 11 1010000 10100 111001 1000010 110000

Color Harmonies of #CBC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC429

Black with #CBC429

Text Example


Text Example

White with #CBC429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC429; }

 p { color: rgb(203,196,41); }

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

background-color css

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

 a { background-color: rgb(203,196,41); }

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

border-color css

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

 span { border-color: rgb(203,196,41); }

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