Html Css Color HEX #CF7615 Ochre

📋 copy color: '#CF7615'

red 207 ◦ green 118 ◦ blue 21

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

Shades of Ochre #CF7615

Tints of Ochre #CF7615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

 BLUE value IS 21 (8.59% from 255) = 6.07%

R = 59.83%
G = 34.1%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7615 (or 0xCF7615) is known color: Ochre. HEX triplet: CF, 76 and 15. RGB value is (207,118,21). Sum of RGB (Red+Green+Blue) = 207+118+21=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7615 is #3089EA. Grayscale: #868686. Windows color (decimal): -3181035 or 1406671. OLE color: 1406671.

HSL color Cylindrical-coordinate representation of color #CF7615: hue angle of 31.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7615 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 21 -
CMYK 0 0.43 0.90 0.19
HSL 31.29º 0.82% 0.45% -
HSV(B) 31.29º 0.9% 0.81% -
XYZ 32.35 26.28 4.08 -
YUV 133.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 207 118 21 0 0.43 0.90 0.19 31.29 0.82 0.45
Hex CF 76 15 0 2B 5A 13 1F 52 2D
Octal 317 166 25 0 53 132 23 37 122 55
Binary 11001111 1110110 10101 0 101011 1011010 10011 11111 1010010 101101

Color Harmonies of #CF7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7615

Black with #CF7615

Text Example


Text Example

White with #CF7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7615; }

 p { color: rgb(207,118,21); }

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

background-color css

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

 a { background-color: rgb(207,118,21); }

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

border-color css

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

 span { border-color: rgb(207,118,21); }

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