Html Css Color HEX #CBC129 Barberry

📋 copy color: '#CBC129'

red 203 ◦ green 193 ◦ blue 41

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

Shades of Barberry #CBC129

Tints of Barberry #CBC129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

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

R = 46.45%
G = 44.16%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC129 (or 0xCBC129) is known color: Barberry. HEX triplet: CB, C1 and 29. RGB value is (203,193,41). Sum of RGB (Red+Green+Blue) = 203+193+41=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC129 is #343ED6. Grayscale: #B3B3B3. Windows color (decimal): -3423959 or 2736587. OLE color: 2736587.

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

Color convert

RGB 203 193 41 -
CMYK 0 0.05 0.80 0.20
HSL 56.3º 0.66% 0.48% -
HSV(B) 56.3º 0.8% 0.8% -
XYZ 44.1 51 9.62 -
YUV 178.66 50.31 145.36 -
System Red Green Blue C M Y K H S L
Decimal 203 193 41 0 0.05 0.80 0.20 56.3 0.66 0.48
Hex CB C1 29 0 5 50 14 38 42 30
Octal 313 301 51 0 5 120 24 70 102 60
Binary 11001011 11000001 101001 0 101 1010000 10100 111000 1000010 110000

Color Harmonies of #CBC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC129

Black with #CBC129

Text Example


Text Example

White with #CBC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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