Html Css Color HEX #CF7B0A Ochre

📋 copy color: '#CF7B0A'

red 207 ◦ green 123 ◦ blue 10

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

Shades of Ochre #CF7B0A

Tints of Ochre #CF7B0A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 60.88%
G = 36.18%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF7B0A (or 0xCF7B0A) is known color: Ochre. HEX triplet: CF, 7B and 0A. RGB value is (207,123,10). Sum of RGB (Red+Green+Blue) = 207+123+10=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B0A is #3084F5. Grayscale: #878787. Windows color (decimal): -3179766 or 687055. OLE color: 687055.

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

Color convert

RGB 207 123 10 -
CMYK 0 0.41 0.95 0.19
HSL 34.42º 0.91% 0.43% -
HSV(B) 34.42º 0.95% 0.81% -
XYZ 32.87 27.45 3.85 -
YUV 135.23 57.33 179.19 -
System Red Green Blue C M Y K H S L
Decimal 207 123 10 0 0.41 0.95 0.19 34.42 0.91 0.43
Hex CF 7B A 0 29 5F 13 22 5B 2B
Octal 317 173 12 0 51 137 23 42 133 53
Binary 11001111 1111011 1010 0 101001 1011111 10011 100010 1011011 101011

Color Harmonies of #CF7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B0A

Black with #CF7B0A

Text Example


Text Example

White with #CF7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B0A; }

 p { color: rgb(207,123,10); }

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

background-color css

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

 a { background-color: rgb(207,123,10); }

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

border-color css

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

 span { border-color: rgb(207,123,10); }

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