Html Css Color HEX #CFC746 Wattle

📋 copy color: '#CFC746'

red 207 ◦ green 199 ◦ blue 70

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

Shades of Wattle #CFC746

Tints of Wattle #CFC746

RGB

 RED value IS 207 (81.25% from 255) = 43.49%

 GREEN value IS 199 (78.13% from 255) = 41.81%

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

R = 43.49%
G = 41.81%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CFC746 (or 0xCFC746) is known color: Wattle. HEX triplet: CF, C7 and 46. RGB value is (207,199,70). Sum of RGB (Red+Green+Blue) = 207+199+70=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC746 is #3038B9. Grayscale: #BBBBBB. Windows color (decimal): -3160250 or 4638671. OLE color: 4638671.

HSL color Cylindrical-coordinate representation of color #CFC746: hue angle of 56.5º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFC746 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 70 -
CMYK 0 0.04 0.66 0.19
HSL 56.5º 0.59% 0.54% -
HSV(B) 56.5º 0.66% 0.81% -
XYZ 47.26 54.55 13.83 -
YUV 186.69 62.15 142.49 -
System Red Green Blue C M Y K H S L
Decimal 207 199 70 0 0.04 0.66 0.19 56.5 0.59 0.54
Hex CF C7 46 0 4 42 13 38 3B 36
Octal 317 307 106 0 4 102 23 70 73 66
Binary 11001111 11000111 1000110 0 100 1000010 10011 111000 111011 110110

Color Harmonies of #CFC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC746

Black with #CFC746

Text Example


Text Example

White with #CFC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC746; }

 p { color: rgb(207,199,70); }

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

background-color css

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

 a { background-color: rgb(207,199,70); }

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

border-color css

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

 span { border-color: rgb(207,199,70); }

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