Html Css Color HEX #CD751C Ochre

📋 copy color: '#CD751C'

red 205 ◦ green 117 ◦ blue 28

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

Shades of Ochre #CD751C

Tints of Ochre #CD751C

RGB

 RED value IS 205 (80.47% from 255) = 58.57%

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 58.57%
G = 33.43%
B = 8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD751C (or 0xCD751C) is known color: Ochre. HEX triplet: CD, 75 and 1C. RGB value is (205,117,28). Sum of RGB (Red+Green+Blue) = 205+117+28=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD751C is #328AE3. Grayscale: #858585. Windows color (decimal): -3312356 or 1865165. OLE color: 1865165.

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

Color convert

RGB 205 117 28 -
CMYK 0 0.43 0.86 0.20
HSL 30.17º 0.76% 0.46% -
HSV(B) 30.17º 0.86% 0.8% -
XYZ 31.75 25.79 4.4 -
YUV 133.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 205 117 28 0 0.43 0.86 0.20 30.17 0.76 0.46
Hex CD 75 1C 0 2B 56 14 1E 4C 2E
Octal 315 165 34 0 53 126 24 36 114 56
Binary 11001101 1110101 11100 0 101011 1010110 10100 11110 1001100 101110

Color Harmonies of #CD751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD751C

Black with #CD751C

Text Example


Text Example

White with #CD751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD751C; }

 p { color: rgb(205,117,28); }

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

background-color css

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

 a { background-color: rgb(205,117,28); }

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

border-color css

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

 span { border-color: rgb(205,117,28); }

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