Html Css Color HEX #CBC231 Wattle

📋 copy color: '#CBC231'

red 203 ◦ green 194 ◦ blue 49

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

Shades of Wattle #CBC231

Tints of Wattle #CBC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 49 (19.53% from 255) = 10.99%

R = 45.52%
G = 43.5%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBC231 (or 0xCBC231) is known color: Wattle. HEX triplet: CB, C2 and 31. RGB value is (203,194,49). Sum of RGB (Red+Green+Blue) = 203+194+49=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC231 is #343DCE. Grayscale: #B4B4B4. Windows color (decimal): -3423695 or 3261131. OLE color: 3261131.

HSL color Cylindrical-coordinate representation of color #CBC231: hue angle of 56.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBC231 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 49 -
CMYK 0 0.04 0.76 0.20
HSL 56.49º 0.61% 0.49% -
HSV(B) 56.49º 0.76% 0.8% -
XYZ 44.47 51.5 10.5 -
YUV 180.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 203 194 49 0 0.04 0.76 0.20 56.49 0.61 0.49
Hex CB C2 31 0 4 4C 14 38 3D 31
Octal 313 302 61 0 4 114 24 70 75 61
Binary 11001011 11000010 110001 0 100 1001100 10100 111000 111101 110001

Color Harmonies of #CBC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC231

Black with #CBC231

Text Example


Text Example

White with #CBC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC231; }

 p { color: rgb(203,194,49); }

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

background-color css

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

 a { background-color: rgb(203,194,49); }

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

border-color css

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

 span { border-color: rgb(203,194,49); }

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