Html Css Color HEX #CF791C Ochre

📋 copy color: '#CF791C'

red 207 ◦ green 121 ◦ blue 28

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

Shades of Ochre #CF791C

Tints of Ochre #CF791C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 58.15%
G = 33.99%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF791C (or 0xCF791C) is known color: Ochre. HEX triplet: CF, 79 and 1C. RGB value is (207,121,28). Sum of RGB (Red+Green+Blue) = 207+121+28=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF791C is #3086E3. Grayscale: #888888. Windows color (decimal): -3180260 or 1866191. OLE color: 1866191.

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

Color convert

RGB 207 121 28 -
CMYK 0 0.42 0.86 0.19
HSL 31.17º 0.76% 0.46% -
HSV(B) 31.17º 0.86% 0.81% -
XYZ 32.78 27.02 4.59 -
YUV 136.11 66.99 178.56 -
System Red Green Blue C M Y K H S L
Decimal 207 121 28 0 0.42 0.86 0.19 31.17 0.76 0.46
Hex CF 79 1C 0 2A 56 13 1F 4C 2E
Octal 317 171 34 0 52 126 23 37 114 56
Binary 11001111 1111001 11100 0 101010 1010110 10011 11111 1001100 101110

Color Harmonies of #CF791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF791C

Black with #CF791C

Text Example


Text Example

White with #CF791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF791C; }

 p { color: rgb(207,121,28); }

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

background-color css

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

 a { background-color: rgb(207,121,28); }

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

border-color css

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

 span { border-color: rgb(207,121,28); }

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