Html Css Color HEX #CECF9F Orinoco

📋 copy color: '#CECF9F'

red 206 ◦ green 207 ◦ blue 159

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

Shades of Orinoco #CECF9F

Tints of Orinoco #CECF9F

RGB

 RED value IS 206 (80.86% from 255) = 36.01%

 GREEN value IS 207 (81.25% from 255) = 36.19%

 BLUE value IS 159 (62.5% from 255) = 27.8%

R = 36.01%
G = 36.19%
B = 27.8%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CECF9F (or 0xCECF9F) is known color: Orinoco. HEX triplet: CE, CF and 9F. RGB value is (206,207,159). Sum of RGB (Red+Green+Blue) = 206+207+159=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECF9F is #313060. Grayscale: #C9C9C9. Windows color (decimal): -3223649 or 10473422. OLE color: 10473422.

HSL color Cylindrical-coordinate representation of color #CECF9F: hue angle of 61.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CECF9F is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 207 159 -
CMYK 0.00 0 0.23 0.19
HSL 61.25º 0.33% 0.72% -
HSV(B) 61.25º 0.23% 0.81% -
XYZ 54.02 60.25 41.58 -
YUV 201.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 206 207 159 0.00 0 0.23 0.19 61.25 0.33 0.72
Hex CE CF 9F 0 0 17 13 3D 21 48
Octal 316 317 237 0 0 27 23 75 41 110
Binary 11001110 11001111 10011111 0 0 10111 10011 111101 100001 1001000

Color Harmonies of #CECF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECF9F

Black with #CECF9F

Text Example


Text Example

White with #CECF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECF9F; }

 p { color: rgb(206,207,159); }

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

background-color css

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

 a { background-color: rgb(206,207,159); }

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

border-color css

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

 span { border-color: rgb(206,207,159); }

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