Html Css Color HEX #CF9105 Gamboge

📋 copy color: '#CF9105'

red 207 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #CF9105

Tints of Gamboge #CF9105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 57.98%
G = 40.62%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF9105 (or 0xCF9105) is known color: Gamboge. HEX triplet: CF, 91 and 05. RGB value is (207,145,5). Sum of RGB (Red+Green+Blue) = 207+145+5=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9105 is #306EFA. Grayscale: #949494. Windows color (decimal): -3174139 or 365007. OLE color: 365007.

HSL color Cylindrical-coordinate representation of color #CF9105: hue angle of 41.58º 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 #CF9105 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 5 -
CMYK 0 0.30 0.98 0.19
HSL 41.58º 0.95% 0.42% -
HSV(B) 41.58º 0.98% 0.81% -
XYZ 35.88 33.53 4.72 -
YUV 147.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 207 145 5 0 0.30 0.98 0.19 41.58 0.95 0.42
Hex CF 91 5 0 1E 62 13 2A 5F 2A
Octal 317 221 5 0 36 142 23 52 137 52
Binary 11001111 10010001 101 0 11110 1100010 10011 101010 1011111 101010

Color Harmonies of #CF9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9105

Black with #CF9105

Text Example


Text Example

White with #CF9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9105; }

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

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

background-color css

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

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

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

border-color css

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

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

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