Html Css Color HEX #CBC946 Wattle

📋 copy color: '#CBC946'

red 203 ◦ green 201 ◦ blue 70

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

Shades of Wattle #CBC946

Tints of Wattle #CBC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 70 (27.73% from 255) = 14.77%

R = 42.83%
G = 42.41%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBC946 (or 0xCBC946) is known color: Wattle. HEX triplet: CB, C9 and 46. RGB value is (203,201,70). Sum of RGB (Red+Green+Blue) = 203+201+70=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC946 is #3436B9. Grayscale: #BBBBBB. Windows color (decimal): -3421882 or 4639179. OLE color: 4639179.

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

Color convert

RGB 203 201 70 -
CMYK 0 0.01 0.66 0.20
HSL 59.1º 0.56% 0.54% -
HSV(B) 59.1º 0.66% 0.8% -
XYZ 46.62 54.91 13.94 -
YUV 186.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 203 201 70 0 0.01 0.66 0.20 59.1 0.56 0.54
Hex CB C9 46 0 1 42 14 3B 38 36
Octal 313 311 106 0 1 102 24 73 70 66
Binary 11001011 11001001 1000110 0 1 1000010 10100 111011 111000 110110

Color Harmonies of #CBC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC946

Black with #CBC946

Text Example


Text Example

White with #CBC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC946; }

 p { color: rgb(203,201,70); }

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

background-color css

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

 a { background-color: rgb(203,201,70); }

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

border-color css

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

 span { border-color: rgb(203,201,70); }

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