Html Css Color HEX #CB682F Gold Drop

📋 copy color: '#CB682F'

red 203 ◦ green 104 ◦ blue 47

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

Shades of Gold Drop #CB682F

Tints of Gold Drop #CB682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 57.34%
G = 29.38%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB682F (or 0xCB682F) is known color: Gold Drop. HEX triplet: CB, 68 and 2F. RGB value is (203,104,47). Sum of RGB (Red+Green+Blue) = 203+104+47=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB682F is #3497D0. Grayscale: #7F7F7F. Windows color (decimal): -3446737 or 3107019. OLE color: 3107019.

HSL color Cylindrical-coordinate representation of color #CB682F: hue angle of 21.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB682F is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 104 47 -
CMYK 0 0.49 0.77 0.20
HSL 21.92º 0.62% 0.49% -
HSV(B) 21.92º 0.77% 0.8% -
XYZ 30.09 22.8 5.5 -
YUV 127.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 203 104 47 0 0.49 0.77 0.20 21.92 0.62 0.49
Hex CB 68 2F 0 31 4D 14 16 3E 31
Octal 313 150 57 0 61 115 24 26 76 61
Binary 11001011 1101000 101111 0 110001 1001101 10100 10110 111110 110001

Color Harmonies of #CB682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB682F

Black with #CB682F

Text Example


Text Example

White with #CB682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB682F; }

 p { color: rgb(203,104,47); }

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

background-color css

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

 a { background-color: rgb(203,104,47); }

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

border-color css

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

 span { border-color: rgb(203,104,47); }

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