Html Css Color HEX #CF9205 Gamboge

📋 copy color: '#CF9205'

red 207 ◦ green 146 ◦ blue 5

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

Shades of Gamboge #CF9205

Tints of Gamboge #CF9205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 57.82%
G = 40.78%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF9205 (or 0xCF9205) is known color: Gamboge. HEX triplet: CF, 92 and 05. RGB value is (207,146,5). Sum of RGB (Red+Green+Blue) = 207+146+5=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9205 is #306DFA. Grayscale: #949494. Windows color (decimal): -3173883 or 365263. OLE color: 365263.

HSL color Cylindrical-coordinate representation of color #CF9205: hue angle of 41.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF9205 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 146 5 -
CMYK 0 0.29 0.98 0.19
HSL 41.88º 0.95% 0.42% -
HSV(B) 41.88º 0.98% 0.81% -
XYZ 36.04 33.83 4.77 -
YUV 148.17 47.21 169.96 -
System Red Green Blue C M Y K H S L
Decimal 207 146 5 0 0.29 0.98 0.19 41.88 0.95 0.42
Hex CF 92 5 0 1D 62 13 2A 5F 2A
Octal 317 222 5 0 35 142 23 52 137 52
Binary 11001111 10010010 101 0 11101 1100010 10011 101010 1011111 101010

Color Harmonies of #CF9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9205

Black with #CF9205

Text Example


Text Example

White with #CF9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9205; }

 p { color: rgb(207,146,5); }

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

background-color css

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

 a { background-color: rgb(207,146,5); }

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

border-color css

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

 span { border-color: rgb(207,146,5); }

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