Html Css Color HEX #CBC141 Wattle

📋 copy color: '#CBC141'

red 203 ◦ green 193 ◦ blue 65

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

Shades of Wattle #CBC141

Tints of Wattle #CBC141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 44.03%
G = 41.87%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBC141 (or 0xCBC141) is known color: Wattle. HEX triplet: CB, C1 and 41. RGB value is (203,193,65). Sum of RGB (Red+Green+Blue) = 203+193+65=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC141 is #343EBE. Grayscale: #B5B5B5. Windows color (decimal): -3423935 or 4309451. OLE color: 4309451.

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

Color convert

RGB 203 193 65 -
CMYK 0 0.05 0.68 0.20
HSL 55.65º 0.57% 0.53% -
HSV(B) 55.65º 0.68% 0.8% -
XYZ 44.65 51.22 12.53 -
YUV 181.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 203 193 65 0 0.05 0.68 0.20 55.65 0.57 0.53
Hex CB C1 41 0 5 44 14 38 39 35
Octal 313 301 101 0 5 104 24 70 71 65
Binary 11001011 11000001 1000001 0 101 1000100 10100 111000 111001 110101

Color Harmonies of #CBC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC141

Black with #CBC141

Text Example


Text Example

White with #CBC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC141; }

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

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

background-color css

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

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

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

border-color css

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

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

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