Html Css Color HEX #CBC649 Wattle

📋 copy color: '#CBC649'

red 203 ◦ green 198 ◦ blue 73

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

Shades of Wattle #CBC649

Tints of Wattle #CBC649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.77%

 BLUE value IS 73 (28.91% from 255) = 15.4%

R = 42.83%
G = 41.77%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBC649 (or 0xCBC649) is known color: Wattle. HEX triplet: CB, C6 and 49. RGB value is (203,198,73). Sum of RGB (Red+Green+Blue) = 203+198+73=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC649 is #3439B6. Grayscale: #B9B9B9. Windows color (decimal): -3422647 or 4835019. OLE color: 4835019.

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

Color convert

RGB 203 198 73 -
CMYK 0 0.02 0.64 0.20
HSL 57.69º 0.56% 0.54% -
HSV(B) 57.69º 0.64% 0.8% -
XYZ 46.03 53.57 14.22 -
YUV 185.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 203 198 73 0 0.02 0.64 0.20 57.69 0.56 0.54
Hex CB C6 49 0 2 40 14 3A 38 36
Octal 313 306 111 0 2 100 24 72 70 66
Binary 11001011 11000110 1001001 0 10 1000000 10100 111010 111000 110110

Color Harmonies of #CBC649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC649

Black with #CBC649

Text Example


Text Example

White with #CBC649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC649; }

 p { color: rgb(203,198,73); }

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

background-color css

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

 a { background-color: rgb(203,198,73); }

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

border-color css

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

 span { border-color: rgb(203,198,73); }

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